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.

78 lines
2.0 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=wbemcons
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. MISCFILES=\
  15. WBEMCons.mof \
  16. elogcons.mof \
  17. WbemCons.mfl
  18. # image. Each library path specification should contain an asterisk (*)
  19. # where the machine-specific subdirectory name should go.
  20. LINKLIBS= \
  21. $(COMDLLSV_LIB)
  22. TARGETLIBS= \
  23. $(WMIIDL_LIB) \
  24. $(WBEMINT_LIB) \
  25. $(STDLIBRARY_LIB) \
  26. $(WBEMCOMN_STATIC_LIB) \
  27. $(ESSCLI_STATIC_LIB) \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\shell32.lib \
  34. $(SDK_LIB_PATH)\advapi32.lib \
  35. $(SDK_LIB_PATH)\vccomsup.lib \
  36. $(SDK_LIB_PATH)\Wtsapi32.lib \
  37. $(SDK_LIB_PATH)\Netapi32.lib
  38. # The INCLUDES variable specifies any include paths that are specific to
  39. # this source directory. Separate multiple paths with single
  40. # semicolons. Relative path specifications are okay.
  41. INCLUDES=$(INCLUDES); \
  42. $(SDK_INC_PATH)\atl30; \
  43. $(WMIIDL_INC); \
  44. $(STDLIBRARY_INC); \
  45. $(WBEMCOMN_INC); \
  46. $(ESSCLI_INC); \
  47. $(COMLIB_INC)
  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. WbemCons.rc \
  54. cmdline.cpp \
  55. evtlog.cpp \
  56. logfile.cpp \
  57. main.cpp \
  58. ProcKiller.cpp \
  59. ..\KillTimer.cpp \
  60. ..\ErrorObj.cpp
  61. # msgbox.cpp \
  62. # Pager.cpp \
  63. # perf.cpp \
  64. C_DEFINES=$(C_DEFINES) /D_UNICODE /DUNICODE
  65. USE_NATIVE_EH=1
  66. USE_MSVCRT=1
  67. USE_STL=1
  68. DLLENTRY=_DllMainCRTStartup
  69. DLLDEF=$(O)\WbemCons.def