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.

434 lines
12 KiB

  1. # Microsoft Developer Studio Project File - Name="emsvc" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=emsvc - 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 "emsvc.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 "emsvc.mak" CFG="emsvc - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "emsvc - Win32 Debug" (based on "Win32 (x86) Application")
  19. !MESSAGE "emsvc - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "emsvc - Win32 Release MinSize" (based on "Win32 (x86) Application")
  21. !MESSAGE "emsvc - Win32 Release MinDependency" (based on "Win32 (x86) Application")
  22. !MESSAGE "emsvc - Win32 Unicode Release MinSize" (based on "Win32 (x86) Application")
  23. !MESSAGE "emsvc - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Application")
  24. !MESSAGE
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""$/Support Tools/Exception Monitor/EM 8.0/src/emsvc", CGYAAAAA"
  28. # PROP Scc_LocalPath "."
  29. CPP=cl.exe
  30. MTL=midl.exe
  31. RSC=rc.exe
  32. !IF "$(CFG)" == "emsvc - Win32 Debug"
  33. # PROP BASE Use_MFC 1
  34. # PROP BASE Use_Debug_Libraries 1
  35. # PROP BASE Output_Dir "Debug"
  36. # PROP BASE Intermediate_Dir "Debug"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 2
  39. # PROP Use_Debug_Libraries 1
  40. # PROP Output_Dir "Debug"
  41. # PROP Intermediate_Dir "Debug"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Yu"stdafx.h" /FD /GZ /c
  45. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "UNICODE" /D "_UNICODE" /D "_AFXDLL" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  46. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  47. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  48. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=link.exe
  53. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  54. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  55. # Begin Custom Build - Performing registration
  56. OutDir=.\Debug
  57. TargetPath=.\Debug\emsvc.exe
  58. InputPath=.\Debug\emsvc.exe
  59. SOURCE="$(InputPath)"
  60. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  61. "$(TargetPath)" /RegServer
  62. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  63. echo Server registration done!
  64. # End Custom Build
  65. !ELSEIF "$(CFG)" == "emsvc - Win32 Unicode Debug"
  66. # PROP BASE Use_MFC 1
  67. # PROP BASE Use_Debug_Libraries 1
  68. # PROP BASE Output_Dir "DebugU"
  69. # PROP BASE Intermediate_Dir "DebugU"
  70. # PROP BASE Target_Dir ""
  71. # PROP Use_MFC 2
  72. # PROP Use_Debug_Libraries 1
  73. # PROP Output_Dir "DebugU"
  74. # PROP Intermediate_Dir "DebugU"
  75. # PROP Ignore_Export_Lib 0
  76. # PROP Target_Dir ""
  77. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  78. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\include" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  79. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  80. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  81. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  87. # ADD LINK32 dbgeng.lib psapi.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /pdbtype:sept
  88. # Begin Custom Build - Performing registration
  89. OutDir=.\DebugU
  90. TargetPath=.\DebugU\emsvc.exe
  91. InputPath=.\DebugU\emsvc.exe
  92. SOURCE="$(InputPath)"
  93. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  94. if "%OS%"=="" goto NOTNT
  95. if not "%OS%"=="Windows_NT" goto NOTNT
  96. "$(TargetPath)" /RegServer
  97. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  98. echo Server registration done!
  99. goto end
  100. :NOTNT
  101. echo Warning : Cannot register Unicode EXE on Windows 95
  102. :end
  103. # End Custom Build
  104. !ELSEIF "$(CFG)" == "emsvc - Win32 Release MinSize"
  105. # PROP BASE Use_MFC 1
  106. # PROP BASE Use_Debug_Libraries 0
  107. # PROP BASE Output_Dir "ReleaseMinSize"
  108. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  109. # PROP BASE Target_Dir ""
  110. # PROP Use_MFC 1
  111. # PROP Use_Debug_Libraries 0
  112. # PROP Output_Dir "ReleaseMinSize"
  113. # PROP Intermediate_Dir "ReleaseMinSize"
  114. # PROP Target_Dir ""
  115. # ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  116. # ADD CPP /nologo /MT /W3 /GX /O1 /D "NDEBUG" /D "_MBCS" /D "_ATL_DLL" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  117. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  118. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  119. # ADD RSC /l 0x409 /d "NDEBUG"
  120. BSC32=bscmake.exe
  121. # ADD BASE BSC32 /nologo
  122. # ADD BSC32 /nologo
  123. LINK32=link.exe
  124. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  125. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  126. # Begin Custom Build - Performing registration
  127. OutDir=.\ReleaseMinSize
  128. TargetPath=.\ReleaseMinSize\emsvc.exe
  129. InputPath=.\ReleaseMinSize\emsvc.exe
  130. SOURCE="$(InputPath)"
  131. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  132. "$(TargetPath)" /RegServer
  133. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  134. echo Server registration done!
  135. # End Custom Build
  136. !ELSEIF "$(CFG)" == "emsvc - Win32 Release MinDependency"
  137. # PROP BASE Use_MFC 1
  138. # PROP BASE Use_Debug_Libraries 0
  139. # PROP BASE Output_Dir "ReleaseMinDependency"
  140. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  141. # PROP BASE Target_Dir ""
  142. # PROP Use_MFC 1
  143. # PROP Use_Debug_Libraries 0
  144. # PROP Output_Dir "ReleaseMinDependency"
  145. # PROP Intermediate_Dir "ReleaseMinDependency"
  146. # PROP Target_Dir ""
  147. # ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  148. # ADD CPP /nologo /MT /W3 /GX /O1 /D "NDEBUG" /D "_MBCS" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  149. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  150. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  151. # ADD RSC /l 0x409 /d "NDEBUG"
  152. BSC32=bscmake.exe
  153. # ADD BASE BSC32 /nologo
  154. # ADD BSC32 /nologo
  155. LINK32=link.exe
  156. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  157. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  158. # Begin Custom Build - Performing registration
  159. OutDir=.\ReleaseMinDependency
  160. TargetPath=.\ReleaseMinDependency\emsvc.exe
  161. InputPath=.\ReleaseMinDependency\emsvc.exe
  162. SOURCE="$(InputPath)"
  163. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  164. "$(TargetPath)" /RegServer
  165. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  166. echo Server registration done!
  167. # End Custom Build
  168. !ELSEIF "$(CFG)" == "emsvc - Win32 Unicode Release MinSize"
  169. # PROP BASE Use_MFC 1
  170. # PROP BASE Use_Debug_Libraries 0
  171. # PROP BASE Output_Dir "ReleaseUMinSize"
  172. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  173. # PROP BASE Target_Dir ""
  174. # PROP Use_MFC 1
  175. # PROP Use_Debug_Libraries 0
  176. # PROP Output_Dir "ReleaseUMinSize"
  177. # PROP Intermediate_Dir "ReleaseUMinSize"
  178. # PROP Target_Dir ""
  179. # ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  180. # ADD CPP /nologo /MT /W3 /GX /O1 /D "NDEBUG" /D "_UNICODE" /D "_ATL_DLL" /D "WIN32" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  181. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  182. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  183. # ADD RSC /l 0x409 /d "NDEBUG"
  184. BSC32=bscmake.exe
  185. # ADD BASE BSC32 /nologo
  186. # ADD BSC32 /nologo
  187. LINK32=link.exe
  188. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  189. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  190. # Begin Custom Build - Performing registration
  191. OutDir=.\ReleaseUMinSize
  192. TargetPath=.\ReleaseUMinSize\emsvc.exe
  193. InputPath=.\ReleaseUMinSize\emsvc.exe
  194. SOURCE="$(InputPath)"
  195. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  196. if "%OS%"=="" goto NOTNT
  197. if not "%OS%"=="Windows_NT" goto NOTNT
  198. "$(TargetPath)" /RegServer
  199. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  200. echo Server registration done!
  201. goto end
  202. :NOTNT
  203. echo Warning : Cannot register Unicode EXE on Windows 95
  204. :end
  205. # End Custom Build
  206. !ELSEIF "$(CFG)" == "emsvc - Win32 Unicode Release MinDependency"
  207. # PROP BASE Use_MFC 1
  208. # PROP BASE Use_Debug_Libraries 0
  209. # PROP BASE Output_Dir "ReleaseUMinDependency"
  210. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  211. # PROP BASE Target_Dir ""
  212. # PROP Use_MFC 1
  213. # PROP Use_Debug_Libraries 0
  214. # PROP Output_Dir "ReleaseUMinDependency"
  215. # PROP Intermediate_Dir "ReleaseUMinDependency"
  216. # PROP Ignore_Export_Lib 0
  217. # PROP Target_Dir ""
  218. # ADD BASE CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  219. # ADD CPP /nologo /MT /W3 /GX /O1 /D "NDEBUG" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /FR /Yu"stdafx.h" /FD /c
  220. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  221. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  222. # ADD RSC /l 0x409 /d "NDEBUG"
  223. BSC32=bscmake.exe
  224. # ADD BASE BSC32 /nologo
  225. # ADD BSC32 /nologo
  226. LINK32=link.exe
  227. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  228. # ADD LINK32 dbgeng.lib psapi.lib /nologo /subsystem:windows /machine:I386
  229. # Begin Custom Build - Performing registration
  230. OutDir=.\ReleaseUMinDependency
  231. TargetPath=.\ReleaseUMinDependency\emsvc.exe
  232. InputPath=.\ReleaseUMinDependency\emsvc.exe
  233. SOURCE="$(InputPath)"
  234. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  235. if "%OS%"=="" goto NOTNT
  236. if not "%OS%"=="Windows_NT" goto NOTNT
  237. "$(TargetPath)" /RegServer
  238. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  239. echo Server registration done!
  240. goto end
  241. :NOTNT
  242. echo Warning : Cannot register Unicode EXE on Windows 95
  243. :end
  244. # End Custom Build
  245. !ENDIF
  246. # Begin Target
  247. # Name "emsvc - Win32 Debug"
  248. # Name "emsvc - Win32 Unicode Debug"
  249. # Name "emsvc - Win32 Release MinSize"
  250. # Name "emsvc - Win32 Release MinDependency"
  251. # Name "emsvc - Win32 Unicode Release MinSize"
  252. # Name "emsvc - Win32 Unicode Release MinDependency"
  253. # Begin Group "Source Files"
  254. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  255. # Begin Source File
  256. SOURCE=.\email.cpp
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.\EmDebugSession.cpp
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=.\EmFile.cpp
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.\EmManager.cpp
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.\emsvc.cpp
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.\emsvc.idl
  272. # ADD MTL /tlb ".\emsvc.tlb" /h "emsvc.h" /iid "emsvc_i.c" /Oicf
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=.\EvenHand.cpp
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=.\GenLog.cpp
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=.\kwa.cpp
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.\Notify.cpp
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=.\Processes.cpp
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=.\rwfile.cpp
  291. # End Source File
  292. # Begin Source File
  293. SOURCE=.\sessmgr.cpp
  294. # End Source File
  295. # Begin Source File
  296. SOURCE=.\SessThrd.cpp
  297. # End Source File
  298. # Begin Source File
  299. SOURCE=.\StdAfx.cpp
  300. # ADD CPP /Yc"stdafx.h"
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\Trace.cpp
  304. # End Source File
  305. # End Group
  306. # Begin Group "Header Files"
  307. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  308. # Begin Source File
  309. SOURCE=.\EmDebugSession.h
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\EmErr.h
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\EmFile.h
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=.\EmManager.h
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\EvenHand.h
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\genlog.h
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\Notify.h
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=.\Processes.h
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=.\Resource.h
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=.\RWFile.h
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=.\StdAfx.h
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=.\svcobjdef.h
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=.\Trace.h
  346. # End Source File
  347. # End Group
  348. # Begin Group "Resource Files"
  349. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  350. # Begin Source File
  351. SOURCE=.\EmDebugSession.rgs
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=.\EmFile.rgs
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=.\EmManager.rgs
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=.\emsvc.rc
  361. # End Source File
  362. # Begin Source File
  363. SOURCE=.\emsvc.rgs
  364. # End Source File
  365. # End Group
  366. # End Target
  367. # End Project