Leaked source code of windows server 2003
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.

98 lines
2.6 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  9. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  10. TARGETNAME=wbemcore
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. # The TARGETLIBS macro specifies additional libraries to link against your target
  14. # image. Each library path specification should contain an asterisk (*)
  15. # where the machine-specific subdirectory name should go.
  16. TARGETLIBS= \
  17. $(ESSCLI_DLL_LIB) \
  18. $(WBEMCOMN_DLL_LIB) \
  19. $(STDLIBRARY_LIB) \
  20. $(WMIIDL_LIB) \
  21. $(WMIREPOSITIDL_LIB) \
  22. $(WBEMINT_LIB) \
  23. $(COREPROX_LIB) \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\ntdll.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\version.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\ole32.lib \
  31. $(SDK_LIB_PATH)\uuid.lib \
  32. $(SDK_LIB_PATH)\vccomsup.lib
  33. # The INCLUDES variable specifies any include paths that are specific to
  34. # this source directory. Separate multiple paths with single
  35. # semicolons. Relative path specifications are okay.
  36. INCLUDES=$(INCLUDES); \
  37. $(WBEMINT_INC); \
  38. $(ESSCLI_INC); \
  39. $(WBEMCORE_INC); \
  40. $(WMIREPOSITIDL_INC); \
  41. $(WBEMCOMN_INC); \
  42. $(MC_INC); \
  43. $(STDLIBRARY_INC); \
  44. $(WMIIDL_INC); \
  45. $(COREPROX_INC); \
  46. $(WBEMESS_INC); \
  47. $(COMMON)\wmiutils
  48. # The developer defines the SOURCES macro. It contains a list of all the
  49. # source files for this component. Specify each source file on a separate
  50. # line using the line-continuation character. This minimizes merge
  51. # conflicts if two developers are adding source files to the same component.
  52. SOURCES= \
  53. coreq.cpp \
  54. wmitask.cpp \
  55. crep.cpp \
  56. localloc.cpp \
  57. WBEMCORE.RC \
  58. dynasty.cpp \
  59. WmiFinalizer.cpp \
  60. WmiArbitrator.cpp \
  61. oldsec.cpp \
  62. coresvc.cpp \
  63. sysclass.cpp \
  64. assocqp.cpp \
  65. assocqe.cpp \
  66. protoq.cpp \
  67. intprov.cpp \
  68. clicnt.cpp \
  69. wbemname.cpp \
  70. wbemq.cpp \
  71. sinks.cpp \
  72. cfgmgr.cpp \
  73. decor.cpp \
  74. callres.cpp \
  75. olesrvr.cpp \
  76. login.cpp \
  77. svcq.cpp \
  78. qengine.cpp \
  79. stdclass.cpp \
  80. secure.cpp \
  81. stack.cpp \
  82. wmimerger.cpp \
  83. mergerthrottling.cpp \
  84. internalmerger.cpp \
  85. mergerreq.cpp
  86. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /DBUILD_CORE /DWMI_NEW_FINALIZER /DUNICODE /D_UNICODE
  87. USE_NATIVE_EH=ASYNC
  88. USE_MSVCRT=1
  89. USE_STL=1
  90. DLLENTRY=_DllMainCRTStartup
  91. DLLDEF=$(O)\wbemcore.def