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.

120 lines
3.1 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. $(PROJECT_ROOT)\mmc\mprinc; \
  20. $(PROJECT_ROOT)\mmc\idl\$(O); \
  21. $(PROJECT_ROOT)\mmc\tfscore; \
  22. $(PROJECT_ROOT)\mmc\dialinusr;
  23. TARGETLIBS=\
  24. ..\proxy\$(O)\iasproxy.lib \
  25. ..\..\services\dll_bld\$(O)\iassvcs.lib \
  26. ..\..\services\util\$(O)\iasutil.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\comctl32.lib \
  29. $(SDK_LIB_PATH)\gdi32.lib \
  30. $(SDK_LIB_PATH)\htmlhelp.lib \
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\rpcrt4.lib \
  33. $(SDK_LIB_PATH)\mmc.lib \
  34. $(SDK_LIB_PATH)\mpr.lib \
  35. $(SDK_LIB_PATH)\mprsnap.lib \
  36. $(SDK_LIB_PATH)\netapi32.lib \
  37. $(SDK_LIB_PATH)\objsel.lib \
  38. $(SDK_LIB_PATH)\ole32.lib \
  39. $(SDK_LIB_PATH)\oleaut32.lib \
  40. $(PROJECT_ROOT)\mmc\rtrfiltr\$(O)\rtrfiltr.lib \
  41. $(SDK_LIB_PATH)\rtutils.lib \
  42. $(SDK_LIB_PATH)\shell32.lib \
  43. $(SDK_LIB_PATH)\user32.lib \
  44. $(SDK_LIB_PATH)\uuid.lib \
  45. $(SDK_LIB_PATH)\ws2_32.lib
  46. SOURCES=\
  47. about.cpp \
  48. component.cpp \
  49. componentdata.cpp \
  50. condition.cpp \
  51. condlist.cpp \
  52. connectiontoserver.cpp \
  53. dbnode.cpp \
  54. dbpage.cpp \
  55. enumcondedit.cpp \
  56. enumcondition.cpp \
  57. iasattributeeditor.cpp \
  58. iasattributeinfo.cpp \
  59. iasattrlist.cpp \
  60. iasbaseattributeinfo.cpp \
  61. iasbooleanattributeeditor.cpp \
  62. iasbooleaneditorpage.cpp \
  63. iasenumerableattributeeditor.cpp \
  64. iasenumerableattributeinfo.cpp \
  65. iasenumerableeditorpage.cpp \
  66. iashelper.cpp \
  67. iasipattributeeditor.cpp \
  68. iasipeditorpage.cpp \
  69. iasipfilterattributeeditor.cpp \
  70. iasipfiltereditorpage.cpp \
  71. iasmultivaluedattributeeditor.cpp \
  72. iasmultivaluededitorpage.cpp \
  73. iasstringattributeeditor.cpp \
  74. iasstringeditorpage.cpp \
  75. iasvendorspecificattributeeditor.cpp \
  76. iasvendorspecificeditorpage.cpp \
  77. localfileloggingnode.cpp \
  78. localfileloggingpage1.cpp \
  79. localfileloggingpage2.cpp \
  80. locwarndlg.cpp \
  81. logabout.cpp \
  82. logcomp.cpp \
  83. logcompd.cpp \
  84. loggingmethod.cpp \
  85. loggingmethodsnode.cpp \
  86. logmacnd.cpp \
  87. machineenumtask.cpp \
  88. machinenode.cpp \
  89. matchcondedit.cpp \
  90. matchcondition.cpp \
  91. naphlp.cpp \
  92. napmmc.rc \
  93. napmmcdll.cpp \
  94. naputil.cpp \
  95. nodetypeguids.cpp \
  96. ntgcond.cpp \
  97. ntgroups.cpp \
  98. policiesnode.cpp \
  99. policylocdlg.cpp \
  100. policynode.cpp \
  101. policypage1.cpp \
  102. rapwiz.cpp \
  103. rapwz_name.cpp \
  104. rapwz_cond.cpp \
  105. rapwz_allow.cpp \
  106. rapwz_profile.cpp \
  107. rtradvise.cpp \
  108. selcondattr.cpp \
  109. textmap.cpp \
  110. textsid.cpp \
  111. timeofday.cpp \
  112. todcondition.cpp \
  113. tregkey.cpp \
  114. vendors.cpp