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.

108 lines
2.6 KiB

  1. TARGETNAME=napmmc
  2. TARGETTYPE=DYNLINK
  3. IAS_NO_PCH=1
  4. !include ..\..\sources.inc
  5. C_DEFINES=-DUNICODE_HHCTRL
  6. DLLENTRY=_DllMainCRTStartup
  7. PRECOMPILED_CXX=1
  8. PRECOMPILED_INCLUDE=precompiled.h
  9. PRECOMPILED_SOURCEFILE=precompiled.cpp
  10. USE_MFCUNICODE=1
  11. USE_RTTI=1
  12. USE_STL=1
  13. WIN32_IE_VERSION=0x0500
  14. INCLUDES=..\atl25;..\common;..\proxy;\
  15. $(IASDIR)\services\inc;\
  16. $(IASDIR)\inc;\
  17. $(IASDIR)\inc\$(O); \
  18. $(DS_INC_PATH);
  19. TARGETLIBS=\
  20. ..\proxy\$(O)\iasproxy.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\comctl32.lib \
  23. $(SDK_LIB_PATH)\gdi32.lib \
  24. $(SDK_LIB_PATH)\htmlhelp.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\rpcrt4.lib \
  27. $(SDK_LIB_PATH)\mmc.lib \
  28. $(SDK_LIB_PATH)\mpr.lib \
  29. $(SDK_LIB_PATH)\netapi32.lib \
  30. $(SDK_LIB_PATH)\objsel.lib \
  31. $(SDK_LIB_PATH)\ole32.lib \
  32. $(SDK_LIB_PATH)\oleaut32.lib \
  33. $(SDK_LIB_PATH)\rtutils.lib \
  34. $(SDK_LIB_PATH)\shell32.lib \
  35. $(SDK_LIB_PATH)\user32.lib \
  36. $(SDK_LIB_PATH)\uuid.lib \
  37. $(SDK_LIB_PATH)\ws2_32.lib
  38. SOURCES=\
  39. about.cpp \
  40. component.cpp \
  41. componentdata.cpp \
  42. condition.cpp \
  43. condlist.cpp \
  44. connectiontoserver.cpp \
  45. eaphlp.cpp \
  46. enumcondedit.cpp \
  47. enumcondition.cpp \
  48. iasattributeeditor.cpp \
  49. iasattributeinfo.cpp \
  50. iasattrlist.cpp \
  51. iasbaseattributeinfo.cpp \
  52. iasbooleanattributeeditor.cpp \
  53. iasbooleaneditorpage.cpp \
  54. iasenumerableattributeeditor.cpp \
  55. iasenumerableattributeinfo.cpp \
  56. iasenumerableeditorpage.cpp \
  57. iashelper.cpp \
  58. iasipattributeeditor.cpp \
  59. iasipeditorpage.cpp \
  60. iasmultivaluedattributeeditor.cpp \
  61. iasmultivaluededitorpage.cpp \
  62. iasstringattributeeditor.cpp \
  63. iasstringeditorpage.cpp \
  64. iasvendorspecificattributeeditor.cpp \
  65. iasvendorspecificeditorpage.cpp \
  66. localfileloggingnode.cpp \
  67. localfileloggingpage1.cpp \
  68. localfileloggingpage2.cpp \
  69. locwarndlg.cpp \
  70. logabout.cpp \
  71. logcomp.cpp \
  72. logcompd.cpp \
  73. loggingmethodsnode.cpp \
  74. logmacnd.cpp \
  75. machineenumtask.cpp \
  76. machinenode.cpp \
  77. matchcondedit.cpp \
  78. matchcondition.cpp \
  79. naphlp.cpp \
  80. napmmc.rc \
  81. napmmcdll.cpp \
  82. naputil.cpp \
  83. nodetypeguids.cpp \
  84. ntgcond.cpp \
  85. ntgroups.cpp \
  86. policiesnode.cpp \
  87. policiespage1.cpp \
  88. policylocdlg.cpp \
  89. policynode.cpp \
  90. policypage1.cpp \
  91. rapwiz.cpp \
  92. rapwz_name.cpp \
  93. rapwz_cond.cpp \
  94. rapwz_allow.cpp \
  95. rapwz_profile.cpp \
  96. rtradvise.cpp \
  97. selcondattr.cpp \
  98. textmap.cpp \
  99. textsid.cpp \
  100. timeofday.cpp \
  101. todcondition.cpp \
  102. tregkey.cpp \
  103. vendors.cpp