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.

87 lines
2.1 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIUNICODE=1
  9. WMIPRECOMPSHARED=1
  10. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  11. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  12. TARGETPATH=obj
  13. C_DEFINES=$(C_DEFINES) /D_WIN32_DCOM
  14. # /DDEV_BUILD
  15. USE_NATIVE_EH=ASYNC
  16. USE_RTTI=1
  17. USE_MSVCRT=1
  18. USE_VCCOM=1
  19. USE_STL=1
  20. # The TARGETLIBS macro specifies additional libraries to link against your target
  21. # image. Each library path specification should contain an asterisk (*)
  22. # where the machine-specific subdirectory name should go.
  23. TARGETLIBS= \
  24. $(SDK_LIB_PATH)\ntdll.lib \
  25. $(WBEMINT_LIB) \
  26. $(WMIIDL_LIB) \
  27. $(WBEMCOMN_DLL_LIB) \
  28. $(COREPROX_LIB) \
  29. $(STDLIBRARY_LIB) \
  30. $(NCOBJAPI_LIB) \
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SDK_LIB_PATH)\user32.lib \
  34. $(SDK_LIB_PATH)\oleaut32.lib \
  35. $(SDK_LIB_PATH)\ole32.lib \
  36. $(SDK_LIB_PATH)\rpcrt4.lib \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. $(SDK_LIB_PATH)\secur32.lib
  39. LINKLIBS= \
  40. $(WBEMPRV_COMN_LIB)\
  41. # The INCLUDES variable specifies any include paths that are specific to
  42. # this source directory. Separate multiple paths with single
  43. # semicolons. Relative path specifications are okay.
  44. INCLUDES=$(INCLUDES); \
  45. $(CONTAINER_INC); \
  46. $(CONTAINER_SRC); \
  47. $(NC_COMMON); \
  48. $(WBEMINT_INC);\
  49. $(WMIREPOSITIDL_INC); \
  50. $(WBEMCORE_INC); \
  51. $(MC_INC); \
  52. $(STDLIBRARY_INC); \
  53. $(COREPROX_INC); \
  54. $(WBEMCOMN_INC); \
  55. $(WBEMPRV_COMN_INC);\
  56. $(WBEMPSSSERVER_INC); \
  57. SOURCES=$(XSOURCES) \
  58. ..\Globals.cpp \
  59. ..\maindll.cpp \
  60. ..\ProvHost.cpp \
  61. ..\ProvSubS.cpp \
  62. ..\ProvFact.cpp \
  63. ..\ProvCntrs.cpp \
  64. ..\ProvSelf.cpp \
  65. ..\ProvDWsv.cpp \
  66. ..\ProvWsv.cpp \
  67. ..\ProvWsvS.cpp \
  68. ..\ProvsWsv.cpp \
  69. ..\ProvObSk.cpp \
  70. ..\ProvInSk.cpp \
  71. ..\ProvAggr.cpp \
  72. ..\ProvLoad.cpp \
  73. ..\StaThread.cpp \
  74. ..\StaTask.cpp \
  75. ..\ProvResv.cpp \
  76. ..\StrobeThread.cpp \
  77. ..\ProvCache.cpp \
  78. ..\ProvRMgr.cpp \
  79. ..\ProvDcAggr.cpp \