Source code of Windows XP (NT5)
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.

72 lines
1.3 KiB

  1. #MAJORCOMP=admin
  2. #MINORCOMP=common
  3. TARGETNAME=hmonitor
  4. TARGETPATH=obj
  5. TARGETTYPE=DYNLINK
  6. DLLENTRY=_DllMainCRTStartup
  7. UMTYPE=windows
  8. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  9. USE_VCCOM=1
  10. USE_ATL=1
  11. ATL_VER=30
  12. # required for C++ exceptions
  13. USE_NATIVE_EH=1
  14. # required for thread-safe heap
  15. USE_MSVCRT=1
  16. # required to support dynamic_cast
  17. USE_RTTI=1
  18. # required for STL (list, vector, string, etc.)
  19. USE_STL=1
  20. #PRECOMPILED_INCLUDE=stdafx.h
  21. #PRECOMPILED_CXX=1
  22. DLLDEF=$(O)\hmagent.def
  23. TARGETLIBS=\
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\ole32.lib \
  28. $(SDK_LIB_PATH)\oleacc.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\msvcprt.lib \
  32. $(SDK_LIB_PATH)\wbemuuid.lib
  33. INCLUDES=.\; \
  34. ..\public\sdk\inc ; \
  35. ..\public\sdk\inc\crt ;
  36. SOURCES= hmonitor.rc \
  37. action.cpp \
  38. base.cpp \
  39. consumer.cpp \
  40. copypaste.cpp \
  41. datacltr.cpp \
  42. datagrp.cpp \
  43. eqde.cpp \
  44. evtprov.cpp \
  45. factory.cpp \
  46. global.cpp \
  47. hmagent.cpp \
  48. instprov.cpp \
  49. methprov.cpp \
  50. pgde.cpp \
  51. pmde.cpp \
  52. pqde.cpp \
  53. Provider.cpp \
  54. StdAfx.cpp \
  55. system.cpp \
  56. threshld.cpp \
  57. tmpcnsmr.cpp \
  58. wmihelper.cpp
  59. MISCFILES = \
  60. hmonitor.mof \
  61. hmdef.mof \
  62. nt4perf.mof \
  63. stdrules.mof \
  64. wmisubs.mof