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.

378 lines
14 KiB

  1. # Microsoft Developer Studio Project File - Name="PPServer" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=PPServer - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "PPServer.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "PPServer.mak" CFG="PPServer - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "PPServer - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "PPServer - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "PPServer - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "PPServer - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "PPServer - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "PPServer - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE "PPServer - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  25. !MESSAGE
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""$/MSCode/Troubleshooter3.2/Local/PPServer", UBEDAAAA"
  29. # PROP Scc_LocalPath "."
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33. !IF "$(CFG)" == "PPServer - Win32 Debug"
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 1
  36. # PROP BASE Output_Dir "Debug"
  37. # PROP BASE Intermediate_Dir "Debug"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 1
  41. # PROP Output_Dir "Debug"
  42. # PROP Intermediate_Dir "Debug"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
  46. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  47. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  48. # ADD RSC /l 0x409 /d "_DEBUG"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=link.exe
  53. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  54. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"Debug/SniffPol.dll" /pdbtype:sept
  55. # Begin Custom Build - Performing registration
  56. OutDir=.\Debug
  57. TargetPath=.\Debug\SniffPol.dll
  58. InputPath=.\Debug\SniffPol.dll
  59. SOURCE="$(InputPath)"
  60. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  61. regsvr32 /s /c "$(TargetPath)"
  62. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  63. # End Custom Build
  64. !ELSEIF "$(CFG)" == "PPServer - Win32 Unicode Debug"
  65. # PROP BASE Use_MFC 0
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir "DebugU"
  68. # PROP BASE Intermediate_Dir "DebugU"
  69. # PROP BASE Target_Dir ""
  70. # PROP Use_MFC 0
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir "DebugU"
  73. # PROP Intermediate_Dir "DebugU"
  74. # PROP Target_Dir ""
  75. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
  76. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
  77. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  78. # ADD RSC /l 0x409 /d "_DEBUG"
  79. BSC32=bscmake.exe
  80. # ADD BASE BSC32 /nologo
  81. # ADD BSC32 /nologo
  82. LINK32=link.exe
  83. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  84. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  85. # Begin Custom Build - Performing registration
  86. OutDir=.\DebugU
  87. TargetPath=.\DebugU\PPServer.dll
  88. InputPath=.\DebugU\PPServer.dll
  89. SOURCE="$(InputPath)"
  90. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  91. if "%OS%"=="" goto NOTNT
  92. if not "%OS%"=="Windows_NT" goto NOTNT
  93. regsvr32 /s /c "$(TargetPath)"
  94. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  95. goto end
  96. :NOTNT
  97. echo Warning : Cannot register Unicode DLL on Windows 95
  98. :end
  99. # End Custom Build
  100. !ELSEIF "$(CFG)" == "PPServer - Win32 Release MinSize"
  101. # PROP BASE Use_MFC 0
  102. # PROP BASE Use_Debug_Libraries 0
  103. # PROP BASE Output_Dir "ReleaseMinSize"
  104. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  105. # PROP BASE Target_Dir ""
  106. # PROP Use_MFC 0
  107. # PROP Use_Debug_Libraries 0
  108. # PROP Output_Dir "ReleaseMinSize"
  109. # PROP Intermediate_Dir "ReleaseMinSize"
  110. # PROP Ignore_Export_Lib 0
  111. # PROP Target_Dir ""
  112. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  113. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  114. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  115. # ADD RSC /l 0x409 /d "NDEBUG"
  116. BSC32=bscmake.exe
  117. # ADD BASE BSC32 /nologo
  118. # ADD BSC32 /nologo
  119. LINK32=link.exe
  120. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  121. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  122. # Begin Custom Build - Performing registration
  123. OutDir=.\ReleaseMinSize
  124. TargetPath=.\ReleaseMinSize\PPServer.dll
  125. InputPath=.\ReleaseMinSize\PPServer.dll
  126. SOURCE="$(InputPath)"
  127. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  128. regsvr32 /s /c "$(TargetPath)"
  129. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  130. # End Custom Build
  131. !ELSEIF "$(CFG)" == "PPServer - Win32 Release MinDependency"
  132. # PROP BASE Use_MFC 0
  133. # PROP BASE Use_Debug_Libraries 0
  134. # PROP BASE Output_Dir "ReleaseMinDependency"
  135. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  136. # PROP BASE Target_Dir ""
  137. # PROP Use_MFC 0
  138. # PROP Use_Debug_Libraries 0
  139. # PROP Output_Dir "ReleaseMinDependency"
  140. # PROP Intermediate_Dir "ReleaseMinDependency"
  141. # PROP Ignore_Export_Lib 0
  142. # PROP Target_Dir ""
  143. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  144. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  145. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  146. # ADD RSC /l 0x409 /d "NDEBUG"
  147. BSC32=bscmake.exe
  148. # ADD BASE BSC32 /nologo
  149. # ADD BSC32 /nologo
  150. LINK32=link.exe
  151. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  152. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"ReleaseMinDependency/SniffPol.dll"
  153. # Begin Custom Build - Performing registration
  154. OutDir=.\ReleaseMinDependency
  155. TargetPath=.\ReleaseMinDependency\SniffPol.dll
  156. InputPath=.\ReleaseMinDependency\SniffPol.dll
  157. SOURCE="$(InputPath)"
  158. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  159. regsvr32 /s /c "$(TargetPath)"
  160. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  161. # End Custom Build
  162. !ELSEIF "$(CFG)" == "PPServer - Win32 Unicode Release MinSize"
  163. # PROP BASE Use_MFC 0
  164. # PROP BASE Use_Debug_Libraries 0
  165. # PROP BASE Output_Dir "ReleaseUMinSize"
  166. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  167. # PROP BASE Target_Dir ""
  168. # PROP Use_MFC 0
  169. # PROP Use_Debug_Libraries 0
  170. # PROP Output_Dir "ReleaseUMinSize"
  171. # PROP Intermediate_Dir "ReleaseUMinSize"
  172. # PROP Target_Dir ""
  173. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  174. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  175. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  176. # ADD RSC /l 0x409 /d "NDEBUG"
  177. BSC32=bscmake.exe
  178. # ADD BASE BSC32 /nologo
  179. # ADD BSC32 /nologo
  180. LINK32=link.exe
  181. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  182. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  183. # Begin Custom Build - Performing registration
  184. OutDir=.\ReleaseUMinSize
  185. TargetPath=.\ReleaseUMinSize\PPServer.dll
  186. InputPath=.\ReleaseUMinSize\PPServer.dll
  187. SOURCE="$(InputPath)"
  188. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  189. if "%OS%"=="" goto NOTNT
  190. if not "%OS%"=="Windows_NT" goto NOTNT
  191. regsvr32 /s /c "$(TargetPath)"
  192. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  193. goto end
  194. :NOTNT
  195. echo Warning : Cannot register Unicode DLL on Windows 95
  196. :end
  197. # End Custom Build
  198. !ELSEIF "$(CFG)" == "PPServer - Win32 Unicode Release MinDependency"
  199. # PROP BASE Use_MFC 0
  200. # PROP BASE Use_Debug_Libraries 0
  201. # PROP BASE Output_Dir "ReleaseUMinDependency"
  202. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  203. # PROP BASE Target_Dir ""
  204. # PROP Use_MFC 0
  205. # PROP Use_Debug_Libraries 0
  206. # PROP Output_Dir "ReleaseUMinDependency"
  207. # PROP Intermediate_Dir "ReleaseUMinDependency"
  208. # PROP Target_Dir ""
  209. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  210. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  211. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  212. # ADD RSC /l 0x409 /d "NDEBUG"
  213. BSC32=bscmake.exe
  214. # ADD BASE BSC32 /nologo
  215. # ADD BSC32 /nologo
  216. LINK32=link.exe
  217. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  218. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  219. # Begin Custom Build - Performing registration
  220. OutDir=.\ReleaseUMinDependency
  221. TargetPath=.\ReleaseUMinDependency\PPServer.dll
  222. InputPath=.\ReleaseUMinDependency\PPServer.dll
  223. SOURCE="$(InputPath)"
  224. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  225. if "%OS%"=="" goto NOTNT
  226. if not "%OS%"=="Windows_NT" goto NOTNT
  227. regsvr32 /s /c "$(TargetPath)"
  228. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  229. goto end
  230. :NOTNT
  231. echo Warning : Cannot register Unicode DLL on Windows 95
  232. :end
  233. # End Custom Build
  234. !ELSEIF "$(CFG)" == "PPServer - Win32 Release"
  235. # PROP BASE Use_MFC 0
  236. # PROP BASE Use_Debug_Libraries 0
  237. # PROP BASE Output_Dir "PPServer___Win32_Release"
  238. # PROP BASE Intermediate_Dir "PPServer___Win32_Release"
  239. # PROP BASE Ignore_Export_Lib 0
  240. # PROP BASE Target_Dir ""
  241. # PROP Use_MFC 0
  242. # PROP Use_Debug_Libraries 0
  243. # PROP Output_Dir "Release"
  244. # PROP Intermediate_Dir "Release"
  245. # PROP Ignore_Export_Lib 0
  246. # PROP Target_Dir ""
  247. # ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  248. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  249. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  250. # ADD RSC /l 0x409 /d "NDEBUG"
  251. BSC32=bscmake.exe
  252. # ADD BASE BSC32 /nologo
  253. # ADD BSC32 /nologo
  254. LINK32=link.exe
  255. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"ReleaseMinDependency/SniffPol.dll"
  256. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/SniffPol.dll"
  257. # Begin Custom Build - Performing registration
  258. OutDir=.\Release
  259. TargetPath=.\Release\SniffPol.dll
  260. InputPath=.\Release\SniffPol.dll
  261. SOURCE="$(InputPath)"
  262. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  263. regsvr32 /s /c "$(TargetPath)"
  264. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  265. # End Custom Build
  266. !ENDIF
  267. # Begin Target
  268. # Name "PPServer - Win32 Debug"
  269. # Name "PPServer - Win32 Unicode Debug"
  270. # Name "PPServer - Win32 Release MinSize"
  271. # Name "PPServer - Win32 Release MinDependency"
  272. # Name "PPServer - Win32 Unicode Release MinSize"
  273. # Name "PPServer - Win32 Unicode Release MinDependency"
  274. # Name "PPServer - Win32 Release"
  275. # Begin Group "Source Files"
  276. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  277. # Begin Source File
  278. SOURCE=.\dlldatax.c
  279. # PROP Exclude_From_Scan -1
  280. # PROP BASE Exclude_From_Build 1
  281. # PROP Exclude_From_Build 1
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.\PPServer.cpp
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=.\PPServer.def
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=.\PPServer.idl
  291. # ADD MTL /tlb ".\PPServer.tlb" /h "PPServer.h" /iid "PPServer_i.c" /Oicf
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\PPServer.rc
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\PPServerClass.cpp
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\StdAfx.cpp
  301. # ADD CPP /Yc"stdafx.h"
  302. # End Source File
  303. # End Group
  304. # Begin Group "Header Files"
  305. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  306. # Begin Source File
  307. SOURCE=.\dlldatax.h
  308. # PROP Exclude_From_Scan -1
  309. # PROP BASE Exclude_From_Build 1
  310. # PROP Exclude_From_Build 1
  311. # End Source File
  312. # Begin Source File
  313. SOURCE=.\PPServerClass.h
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=.\Resource.h
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=.\StdAfx.h
  320. # End Source File
  321. # End Group
  322. # Begin Group "Resource Files"
  323. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  324. # Begin Source File
  325. SOURCE=.\PPServerClass.rgs
  326. # End Source File
  327. # End Group
  328. # End Target
  329. # End Project