Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPRECOMPSHARED=1
  9. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. TARGETNAME=dsprov
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. # The TARGETLIBS macro specifies additional libraries to link against your target
  15. # image. Each library path specification should contain an asterisk (*)
  16. # where the machine-specific subdirectory name should go.
  17. TARGETLIBS= \
  18. $(FRAMEWORK_EXPT_LIB) \
  19. $(FRAMEWORK_THRD_LIB) \
  20. $(UTILLIB_LIB) \
  21. $(WMIIDL_LIB) \
  22. $(STDLIBRARY_LIB) \
  23. $(SDK_LIB_PATH)\ole32.lib \
  24. $(SDK_LIB_PATH)\oleaut32.lib \
  25. $(SDK_LIB_PATH)\uuid.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\activeds.lib \
  29. $(SDK_LIB_PATH)\adsiid.lib \
  30. $(SDK_LIB_PATH)\vccomsup.lib \
  31. $(SDK_LIB_PATH)\advapi32.lib
  32. # The INCLUDES variable specifies any include paths that are specific to
  33. # this source directory. Separate multiple paths with single
  34. # semicolons. Relative path specifications are okay.
  35. INCLUDES=$(INCLUDES); \
  36. $(WMIIDL_INC); \
  37. $(STDLIBRARY_INC); \
  38. $(UTILLIB_INC); \
  39. $(FRAMEWORK_THRD_INC); \
  40. $(FRAMEWORK_EXPT_INC);
  41. # The developer defines the SOURCES macro. It contains a list of all the
  42. # source files for this component. Specify each source file on a separate
  43. # line using the line-continuation character. This minimizes merge
  44. # conflicts if two developers are adding source files to the same component.
  45. SOURCES=\
  46. ..\maindll.cpp \
  47. ..\adsiclas.cpp \
  48. ..\adsiprop.cpp \
  49. ..\adsiinst.cpp \
  50. ..\wbemhelp.cpp \
  51. ..\ldaphelp.cpp \
  52. ..\refcount.cpp \
  53. ..\queryconv.cpp \
  54. ..\tree.cpp \
  55. ..\clsname.cpp \
  56. ..\classfac.cpp \
  57. ..\assocprov.cpp \
  58. ..\classpro.cpp \
  59. ..\clsproi.cpp \
  60. ..\ldapprov.cpp \
  61. ..\ldapproi.cpp \
  62. ..\wbemcach.cpp \
  63. ..\ldapcach.cpp \
  64. ..\instfac.cpp \
  65. ..\instprov.cpp \
  66. ..\instproi.cpp \
  67. ..\dsprov.rc
  68. # Next, specify options for the compiler using C_DEFINES.
  69. C_DEFINES=$(C_DEFINES)
  70. USER_C_FLAGS=/EHa
  71. USE_MSVCRT=1
  72. DLLENTRY=_DllMainCRTStartup
  73. DLLDEF=$(O)\dsprov.def
  74. USE_NATIVE_EH=1
  75. #NO_OPTIM=1
  76. #NO_RTTI=1