home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / dcom / drawserv / drawserv.dsp < prev    next >
Text File  |  1998-04-02  |  10KB  |  340 lines

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