home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / dcom / drawserv / drawserv.dsp < prev    next >
Text File  |  1998-03-26  |  8KB  |  263 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. # ADD MTL /tlb ".\DrawServ.tlb" /h "DrawServ.h" /iid "DrawServ_i.c"
  210. # SUBTRACT MTL /mktyplib203
  211. # End Source File
  212. # Begin Source File
  213.  
  214. SOURCE=.\DrawServ.rc
  215. # End Source File
  216. # Begin Source File
  217.  
  218. SOURCE=.\DrawServ.rgs
  219. # End Source File
  220. # Begin Source File
  221.  
  222. SOURCE=.\predraw.cpp
  223.  
  224. !IF  "$(CFG)" == "DrawServ - Win32 Release"
  225.  
  226. !ELSEIF  "$(CFG)" == "DrawServ - Win32 Debug"
  227.  
  228. # ADD CPP /Yc
  229.  
  230. !ELSEIF  "$(CFG)" == "DrawServ - Win32 Unicode Release"
  231.  
  232. !ELSEIF  "$(CFG)" == "DrawServ - Win32 Unicode Debug"
  233.  
  234. !ENDIF 
  235.  
  236. # End Source File
  237. # End Group
  238. # Begin Group "Header Files"
  239.  
  240. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  241. # Begin Source File
  242.  
  243. SOURCE=.\CPIDServ.h
  244. # End Source File
  245. # Begin Source File
  246.  
  247. SOURCE=.\DrawObj.h
  248. # End Source File
  249. # Begin Source File
  250.  
  251. SOURCE=.\predraw.h
  252. # End Source File
  253. # End Group
  254. # Begin Group "Resource Files"
  255.  
  256. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  257. # End Group
  258. # End Target
  259. # End Project
  260. # Section DrawServ : {330E9E8C-DF48-11CF-8E2C-00A0C90DC94B}
  261. #     0:13:CPIDrawServ.h:C:\Source\DrawServ\CPIDrawServ.h
  262. # End Section
  263.