home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / drawcli / drawcli.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-03-27  |  8.3 KB  |  297 lines

  1. # Microsoft Developer Studio Project File - Name="DrawCli" - 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=DrawCli - 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 "drawcli.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 "drawcli.mak" CFG="DrawCli - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "DrawCli - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "DrawCli - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE "DrawCli - Win32 Unicode Release" (based on "Win32 (x86) Application")
  23. !MESSAGE "DrawCli - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "DrawCli - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir ".\Release"
  37. # PROP BASE Intermediate_Dir ".\Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 2
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir ".\Release"
  42. # PROP Intermediate_Dir ".\Release"
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /c
  45. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp".\Release\stdafx.pch" /Yu"stdafx.h" /FD /c
  46. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  47. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  49. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # 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 /machine:I386
  55. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  56.  
  57. !ELSEIF  "$(CFG)" == "DrawCli - Win32 Debug"
  58.  
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 1
  61. # PROP BASE Output_Dir ".\Debug"
  62. # PROP BASE Intermediate_Dir ".\Debug"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 2
  65. # PROP Use_Debug_Libraries 1
  66. # PROP Output_Dir ".\Debug"
  67. # PROP Intermediate_Dir ".\Debug"
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
  70. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp".\Debug\stdafx.pch" /Yu"stdafx.h" /FD /c
  71. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  72. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  73. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  74. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=link.exe
  79. # 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 /debug /machine:I386
  80. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  81.  
  82. !ELSEIF  "$(CFG)" == "DrawCli - Win32 Unicode Release"
  83.  
  84. # PROP BASE Use_MFC 0
  85. # PROP BASE Use_Debug_Libraries 0
  86. # PROP BASE Output_Dir ".\Release"
  87. # PROP BASE Intermediate_Dir ".\Release"
  88. # PROP BASE Target_Dir ""
  89. # PROP Use_MFC 2
  90. # PROP Use_Debug_Libraries 0
  91. # PROP Output_Dir ".\UniRelease"
  92. # PROP Intermediate_Dir ".\UniRelease"
  93. # PROP Target_Dir ""
  94. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /c
  95. # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /Fp".\UniRel\stdafx.pch" /Yu"stdafx.h" /FD /c
  96. # SUBTRACT CPP /Fr
  97. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  98. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  99. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  100. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  101. BSC32=bscmake.exe
  102. # ADD BASE BSC32 /nologo
  103. # ADD BSC32 /nologo
  104. LINK32=link.exe
  105. # 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 /machine:I386
  106. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  107.  
  108. !ELSEIF  "$(CFG)" == "DrawCli - Win32 Unicode Debug"
  109.  
  110. # PROP BASE Use_MFC 0
  111. # PROP BASE Use_Debug_Libraries 1
  112. # PROP BASE Output_Dir ".\Debug"
  113. # PROP BASE Intermediate_Dir ".\Debug"
  114. # PROP BASE Target_Dir ""
  115. # PROP Use_MFC 2
  116. # PROP Use_Debug_Libraries 1
  117. # PROP Output_Dir ".\UniDebug"
  118. # PROP Intermediate_Dir ".\UniDebug"
  119. # PROP Target_Dir ""
  120. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
  121. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /Fp".\UniDebug\stdafx.pch" /Yu"stdafx.h" /FD /c
  122. # SUBTRACT CPP /Fr
  123. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  124. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  125. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  126. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  127. BSC32=bscmake.exe
  128. # ADD BASE BSC32 /nologo
  129. # ADD BSC32 /nologo
  130. LINK32=link.exe
  131. # 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 /debug /machine:I386
  132. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  133.  
  134. !ENDIF 
  135.  
  136. # Begin Target
  137.  
  138. # Name "DrawCli - Win32 Release"
  139. # Name "DrawCli - Win32 Debug"
  140. # Name "DrawCli - Win32 Unicode Release"
  141. # Name "DrawCli - Win32 Unicode Debug"
  142. # Begin Group "Source Files"
  143.  
  144. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  145. # Begin Source File
  146.  
  147. SOURCE=.\cntritem.cpp
  148. # End Source File
  149. # Begin Source File
  150.  
  151. SOURCE=.\dclimac.r
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\drawcli.cpp
  156. # End Source File
  157. # Begin Source File
  158.  
  159. SOURCE=.\drawcli.rc
  160. # End Source File
  161. # Begin Source File
  162.  
  163. SOURCE=.\drawdoc.cpp
  164. # End Source File
  165. # Begin Source File
  166.  
  167. SOURCE=.\drawobj.cpp
  168. # End Source File
  169. # Begin Source File
  170.  
  171. SOURCE=.\drawtool.cpp
  172. # End Source File
  173. # Begin Source File
  174.  
  175. SOURCE=.\drawvw.cpp
  176. # End Source File
  177. # Begin Source File
  178.  
  179. SOURCE=.\mainfrm.cpp
  180. # End Source File
  181. # Begin Source File
  182.  
  183. SOURCE=.\propset.cpp
  184. # End Source File
  185. # Begin Source File
  186.  
  187. SOURCE=.\rectdlg.cpp
  188. # End Source File
  189. # Begin Source File
  190.  
  191. SOURCE=.\splitfrm.cpp
  192. # End Source File
  193. # Begin Source File
  194.  
  195. SOURCE=.\statpage.cpp
  196. # End Source File
  197. # Begin Source File
  198.  
  199. SOURCE=.\stdafx.cpp
  200. # ADD CPP /Yc"stdafx.h"
  201. # End Source File
  202. # Begin Source File
  203.  
  204. SOURCE=.\summinfo.cpp
  205. # End Source File
  206. # Begin Source File
  207.  
  208. SOURCE=.\summpage.cpp
  209. # End Source File
  210. # End Group
  211. # Begin Group "Header Files"
  212.  
  213. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  214. # Begin Source File
  215.  
  216. SOURCE=.\cntritem.h
  217. # End Source File
  218. # Begin Source File
  219.  
  220. SOURCE=.\drawcli.h
  221. # End Source File
  222. # Begin Source File
  223.  
  224. SOURCE=.\drawdoc.h
  225. # End Source File
  226. # Begin Source File
  227.  
  228. SOURCE=.\drawobj.h
  229. # End Source File
  230. # Begin Source File
  231.  
  232. SOURCE=.\drawtool.h
  233. # End Source File
  234. # Begin Source File
  235.  
  236. SOURCE=.\drawvw.h
  237. # End Source File
  238. # Begin Source File
  239.  
  240. SOURCE=.\mainfrm.h
  241. # End Source File
  242. # Begin Source File
  243.  
  244. SOURCE=.\propset.h
  245. # End Source File
  246. # Begin Source File
  247.  
  248. SOURCE=.\rectdlg.h
  249. # End Source File
  250. # Begin Source File
  251.  
  252. SOURCE=.\splitfrm.h
  253. # End Source File
  254. # Begin Source File
  255.  
  256. SOURCE=.\statpage.h
  257. # End Source File
  258. # Begin Source File
  259.  
  260. SOURCE=.\stdafx.h
  261. # End Source File
  262. # Begin Source File
  263.  
  264. SOURCE=.\summinfo.h
  265. # End Source File
  266. # Begin Source File
  267.  
  268. SOURCE=.\summpage.h
  269. # End Source File
  270. # End Group
  271. # Begin Group "Resource Files"
  272.  
  273. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  274. # Begin Source File
  275.  
  276. SOURCE=.\res\drawcli.ico
  277. # End Source File
  278. # Begin Source File
  279.  
  280. SOURCE=.\res\drawcli.rc2
  281. # End Source File
  282. # Begin Source File
  283.  
  284. SOURCE=.\res\drawdoc.ico
  285. # End Source File
  286. # Begin Source File
  287.  
  288. SOURCE=.\res\pencil.cur
  289. # End Source File
  290. # Begin Source File
  291.  
  292. SOURCE=.\res\toolbar.bmp
  293. # End Source File
  294. # End Group
  295. # End Target
  296. # End Project
  297.