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.

83 lines
2.3 KiB

  1. ############################################################################
  2. #
  3. # Copyright (C) 1999-2002 , Microsoft Corporation.
  4. #
  5. # All rights reserved.
  6. #
  7. ############################################################################
  8. WMIPLATFORM=WIN2K
  9. WMIUNICODE=1
  10. WMIPRECOMPSHARED=1
  11. !include common.inc
  12. SOURCES_USED=common.inc
  13. TARGETNAME=WmiApRpl
  14. TARGETPATH=..\System\$(_OBJ_DIR)
  15. TARGETTYPE=DYNLINK
  16. # The TARGETLIBS macro specifies additional libraries to link against your target
  17. # image. Each library path specification should contain an asterisk (*)
  18. # where the machine-specific subdirectory name should go.
  19. TARGETLIBS= \
  20. $(WMIIDL_LIB) \
  21. $(STDLIBRARY_LIB) \
  22. $(SDK_LIB_PATH)\kernel32.lib \
  23. $(SDK_LIB_PATH)\advapi32.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\oleaut32.lib \
  26. $(SDK_LIB_PATH)\ole32.lib \
  27. $(SDK_LIB_PATH)\uuid.lib \
  28. \
  29. $(SDK_LIB_PATH)\strsafe.lib\
  30. \
  31. $(SDK_LIB_PATH)\loadperf.lib \
  32. $(WBEMCOMN_DLL_LIB) \
  33. $(WMI_PERFORMANCE_REFRESH_LIB) \
  34. \
  35. $(WBEMINT_LIB) \
  36. $(SDK_LIB_PATH)\advapip.lib \
  37. $(SDK_LIB_PATH)\vccomsup.lib \
  38. $(SDK_LIB_PATH)\wmip.lib \
  39. $(COMMON)\utillib\$(WMICHARTYPE)\$(O)\utillib.lib \
  40. $(WDMLIB_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. $(STDLIBRARY_INC); \
  46. $(SDK_INC_PATH)\atl30;\
  47. $(WBEMCOMN_INC); \
  48. $(WMI_PERFORMANCE_INC); \
  49. $(WMI_PERFORMANCE_REFRESH_INC); \
  50. ..\WMIAdapter_Messages\$(O);
  51. # The developer defines the SOURCES macro. It contains a list of all the
  52. # source files for this component. Specify each source file on a separate
  53. # line using the line-continuation character. This minimizes merge
  54. # conflicts if two developers are adding source files to the same component.
  55. SOURCES= \
  56. ..\wmi_common.cpp \
  57. ..\WMI_adapter.cpp \
  58. ..\WMI_adapter_wrapper.cpp \
  59. ..\WMI_adapter_wrapper_pseudo.cpp \
  60. ..\wmi_helper_regtable.cpp \
  61. ..\wmi_eventlog.cpp \
  62. ..\wmi_eventlog_base.cpp \
  63. ..\wmi_reverse_guard.cpp \
  64. ..\WmiReverseAdapter.rc
  65. WIN32_WINNT_VERSION=0x0500
  66. USE_RTTI=1
  67. USE_NATIVE_EH=1
  68. USE_MSVCRT=1
  69. C_DEFINES=$(C_DEFINES) /DWMIREVERSEADAPTER_EXPORTS /DUSE_POLARITY
  70. MSC_OPTIMIZATION=/O1
  71. DLLENTRY=_DllMainCRTStartup
  72. DLLDEF=$(O)\WmiReverseAdapter.def