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.

101 lines
2.7 KiB

  1. ###########################################################################
  2. #
  3. # Copyright (C) 1999, Microsoft Corporation.
  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=wbemcomn
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. # The INCLUDES variable specifies any include paths that are specific to
  15. # this source directory. Separate multiple paths with single
  16. # semicolons. Relative path specifications are okay.
  17. INCLUDES=$(INCLUDES); \
  18. $(STDLIBRARY_INC); \
  19. $(WMIREPOSITIDL_INC); \
  20. $(COMMON)\wmiutils; \
  21. $(DS_INC_PATH)\crypto;
  22. # The developer defines the SOURCES macro. It contains a list of all the
  23. # source files for this component. Specify each source file on a separate
  24. # line using the line-continuation character. This minimizes merge
  25. # conflicts if two developers are adding source files to the same component.
  26. SOURCES= \
  27. wbemcomn.rc \
  28. ..\localloc.cpp \
  29. ..\buffer.cpp \
  30. ..\arena.cpp \
  31. ..\callsec.cpp \
  32. ..\cimval.cpp \
  33. ..\CWbemTime.cpp \
  34. ..\datepart.cpp \
  35. ..\DateTimeParser.cpp \
  36. ..\evtlog.cpp \
  37. ..\execq.cpp \
  38. ..\flexarry.cpp \
  39. ..\flexq.cpp \
  40. ..\genutils.cpp \
  41. ..\like.cpp \
  42. ..\md5wbem.cpp \
  43. ..\stllock.cpp \
  44. ..\mkdir.cpp \
  45. ..\mrciclass.cpp \
  46. ..\mrcicode.cpp \
  47. ..\OleWrap.cpp \
  48. ..\pathutl.cpp \
  49. ..\ql.cpp \
  50. ..\qllex.cpp \
  51. ..\reg.cpp \
  52. ..\safearry.cpp \
  53. ..\smallarr.cpp \
  54. ..\sync.cpp \
  55. ..\tss.cpp \
  56. ..\txttempl.cpp \
  57. ..\unk.cpp \
  58. ..\var.cpp \
  59. ..\wbemutil.cpp \
  60. ..\winntsec.cpp \
  61. ..\wstring.cpp \
  62. ..\persistcfg.cpp \
  63. ..\throttle.cpp \
  64. ..\dothrow.cpp \
  65. ..\wqllex.cpp \
  66. ..\wqlscan.cpp \
  67. ..\locks.cpp \
  68. ..\statsync.cpp \
  69. ..\unload.cpp \
  70. ..\sleeper.cpp \
  71. maindll.cpp
  72. # The TARGETLIBS macro specifies additional libraries to link against your target
  73. # image. Each library path specification should contain an asterisk (*)
  74. # where the machine-specific subdirectory name should go.
  75. TARGETLIBS= \
  76. $(WMIIDL_LIB) \
  77. $(STDLIBRARY_LIB) \
  78. $(SDK_LIB_PATH)\kernel32.lib \
  79. $(SDK_LIB_PATH)\oleaut32.lib \
  80. $(SDK_LIB_PATH)\ole32.lib \
  81. $(SDK_LIB_PATH)\advapi32.lib \
  82. $(SDK_LIB_PATH)\uuid.lib \
  83. $(SDK_LIB_PATH)\user32.lib \
  84. $(SDK_LIB_PATH)\ntdll.lib \
  85. $(DS_LIB_PATH)\rsa32.lib \
  86. $(SDK_LIB_PATH)\vccomsup.lib
  87. # Next, specify options for the compiler using C_DEFINES.
  88. C_DEFINES=$(C_DEFINES) /D__WINNT_BUILD__ /DUSE_POLARITY /DBUILDING_DLL /D_UNICODE /DUNICODE
  89. USE_NATIVE_EH=ASYNC
  90. USE_MSVCRT=1
  91. USE_STL=1
  92. DLLENTRY=_DllMainCRTStartup
  93. DLLDEF=