home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / superpad / superpad.dsp < prev    next >
Text File  |  1998-03-26  |  8KB  |  275 lines

  1. # Microsoft Developer Studio Project File - Name="SuperPad" - 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=SuperPad - 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 "superpad.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 "superpad.mak" CFG="SuperPad - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "SuperPad - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "SuperPad - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE "SuperPad - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE "SuperPad - Win32 Unicode Release" (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)" == "SuperPad - 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" /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)" == "SuperPad - 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" /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)" == "SuperPad - Win32 Unicode Debug"
  83.  
  84. # PROP BASE Use_MFC 0
  85. # PROP BASE Use_Debug_Libraries 1
  86. # PROP BASE Output_Dir ".\Debug"
  87. # PROP BASE Intermediate_Dir ".\Debug"
  88. # PROP BASE Target_Dir ""
  89. # PROP Use_MFC 2
  90. # PROP Use_Debug_Libraries 1
  91. # PROP Output_Dir ".\UniDebug"
  92. # PROP Intermediate_Dir ".\UniDebug"
  93. # PROP Target_Dir ""
  94. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
  95. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  96. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  97. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  98. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  99. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  100. BSC32=bscmake.exe
  101. # ADD BASE BSC32 /nologo
  102. # ADD BSC32 /nologo
  103. LINK32=link.exe
  104. # 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
  105. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  106.  
  107. !ELSEIF  "$(CFG)" == "SuperPad - Win32 Unicode Release"
  108.  
  109. # PROP BASE Use_MFC 0
  110. # PROP BASE Use_Debug_Libraries 0
  111. # PROP BASE Output_Dir ".\Release"
  112. # PROP BASE Intermediate_Dir ".\Release"
  113. # PROP BASE Target_Dir ""
  114. # PROP Use_MFC 2
  115. # PROP Use_Debug_Libraries 0
  116. # PROP Output_Dir ".\UniRelease"
  117. # PROP Intermediate_Dir ".\UniRelease"
  118. # PROP Target_Dir ""
  119. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /c
  120. # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  121. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  122. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  123. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  124. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  125. BSC32=bscmake.exe
  126. # ADD BASE BSC32 /nologo
  127. # ADD BSC32 /nologo
  128. LINK32=link.exe
  129. # 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
  130. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  131.  
  132. !ENDIF 
  133.  
  134. # Begin Target
  135.  
  136. # Name "SuperPad - Win32 Release"
  137. # Name "SuperPad - Win32 Debug"
  138. # Name "SuperPad - Win32 Unicode Debug"
  139. # Name "SuperPad - Win32 Unicode Release"
  140. # Begin Group "Source Files"
  141.  
  142. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  143. # Begin Source File
  144.  
  145. SOURCE=.\aboutbox.cpp
  146. # End Source File
  147. # Begin Source File
  148.  
  149. SOURCE=.\ipframe.cpp
  150. # End Source File
  151. # Begin Source File
  152.  
  153. SOURCE=.\linkitem.cpp
  154. # End Source File
  155. # Begin Source File
  156.  
  157. SOURCE=.\mainfrm.cpp
  158. # End Source File
  159. # Begin Source File
  160.  
  161. SOURCE=.\paddoc.cpp
  162. # End Source File
  163. # Begin Source File
  164.  
  165. SOURCE=.\padframe.cpp
  166. # End Source File
  167. # Begin Source File
  168.  
  169. SOURCE=.\paditem.cpp
  170. # End Source File
  171. # Begin Source File
  172.  
  173. SOURCE=.\padview.cpp
  174. # End Source File
  175. # Begin Source File
  176.  
  177. SOURCE=.\pageset.cpp
  178. # End Source File
  179. # Begin Source File
  180.  
  181. SOURCE=.\spadmac.r
  182. # End Source File
  183. # Begin Source File
  184.  
  185. SOURCE=.\stdafx.cpp
  186. # ADD CPP /Yc"stdafx.h"
  187. # End Source File
  188. # Begin Source File
  189.  
  190. SOURCE=.\superpad.cpp
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\superpad.rc
  195. # End Source File
  196. # Begin Source File
  197.  
  198. SOURCE=.\tabstop.cpp
  199. # End Source File
  200. # End Group
  201. # Begin Group "Header Files"
  202.  
  203. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  204. # Begin Source File
  205.  
  206. SOURCE=.\aboutbox.h
  207. # End Source File
  208. # Begin Source File
  209.  
  210. SOURCE=.\ipframe.h
  211. # End Source File
  212. # Begin Source File
  213.  
  214. SOURCE=.\linkitem.h
  215. # End Source File
  216. # Begin Source File
  217.  
  218. SOURCE=.\mainfrm.h
  219. # End Source File
  220. # Begin Source File
  221.  
  222. SOURCE=.\paddoc.h
  223. # End Source File
  224. # Begin Source File
  225.  
  226. SOURCE=.\padframe.h
  227. # End Source File
  228. # Begin Source File
  229.  
  230. SOURCE=.\paditem.h
  231. # End Source File
  232. # Begin Source File
  233.  
  234. SOURCE=.\padview.h
  235. # End Source File
  236. # Begin Source File
  237.  
  238. SOURCE=.\pageset.h
  239. # End Source File
  240. # Begin Source File
  241.  
  242. SOURCE=.\stdafx.h
  243. # End Source File
  244. # Begin Source File
  245.  
  246. SOURCE=.\superpad.h
  247. # End Source File
  248. # Begin Source File
  249.  
  250. SOURCE=.\tabstop.h
  251. # End Source File
  252. # End Group
  253. # Begin Group "Resource Files"
  254.  
  255. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  256. # Begin Source File
  257.  
  258. SOURCE=.\res\itoolbar.bmp
  259. # End Source File
  260. # Begin Source File
  261.  
  262. SOURCE=.\res\paddoc.ico
  263. # End Source File
  264. # Begin Source File
  265.  
  266. SOURCE=.\res\superpad.ico
  267. # End Source File
  268. # Begin Source File
  269.  
  270. SOURCE=.\res\toolbar.bmp
  271. # End Source File
  272. # End Group
  273. # End Target
  274. # End Project
  275.