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.2 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPLATFORM=WIN2K
  9. WMIUNICODE=1
  10. WMIASLOCAL=FALSE
  11. WMIPRECOMP=1
  12. !include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  13. SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
  14. TARGETPATH=obj
  15. TARGETNAME=WmiDcPrv
  16. TARGETTYPE=DYNLINK
  17. # The TARGETLIBS macro specifies additional libraries to link against your target
  18. # image. Each library path specification should contain an asterisk (*)
  19. # where the machine-specific subdirectory name should go.
  20. TARGETLIBS= \
  21. $(SDK_LIB_PATH)\ntdll.lib \
  22. $(COREPROX_LIB) \
  23. $(WBEMPRV_COMN_LIB)\
  24. $(WBEMINT_LIB) \
  25. $(WMIIDL_LIB) \
  26. $(WBEMCOMN_DLL_LIB) \
  27. $(STDLIBRARY_LIB) \
  28. $(NCOBJAPI_LIB) \
  29. $(SDK_LIB_PATH)\kernel32.lib \
  30. $(SDK_LIB_PATH)\advapi32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\oleaut32.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\uuid.lib \
  35. # The INCLUDES variable specifies any include paths that are specific to
  36. # this source directory. Separate multiple paths with single
  37. # semicolons. Relative path specifications are okay.
  38. INCLUDES=$(INCLUDES); \
  39. include;\
  40. $(CONTAINER_INC); \
  41. $(CONTAINER_SRC); \
  42. $(NC_COMMON); \
  43. $(WBEMINT_INC);\
  44. $(WMIREPOSITIDL_INC); \
  45. $(WBEMCORE_INC); \
  46. $(MC_INC); \
  47. $(STDLIBRARY_INC); \
  48. $(COREPROX_INC); \
  49. $(WBEMCOMN_INC); \
  50. $(WBEMPRV_COMN_INC);\
  51. $(WBEMPSSSERVER_INC); \
  52. # The developer defines the SOURCES macro. It contains a list of all the
  53. # source files for this component. Specify each source file on a separate
  54. # line using the line-continuation character. This minimizes merge
  55. # conflicts if two developers are adding source files to the same component.
  56. SOURCES=\
  57. server.rc \
  58. Globals.cpp \
  59. Maindll.cpp \
  60. ProvInterceptor.cpp \
  61. ProvRegistrar.cpp \
  62. ProvEvents.cpp \
  63. ProvEvt.cpp \
  64. # Add the following to add DB verbose logging: '/DREP_VERBOSE_LOGGING'
  65. C_DEFINES=$(C_DEFINES) /D_WIN32_DCOM
  66. # MSC_OPTIMIZATION=/Od
  67. USE_NATIVE_EH=ASYNC
  68. USE_RTTI=1
  69. USE_MSVCRT=1
  70. USE_VCCOM=1
  71. USE_STL=1
  72. DLLENTRY=_DllMainCRTStartup
  73. DLLDEF=$(O)\Server.def