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

  1. # Microsoft Developer Studio Project File - Name="RowList" - 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=RowList - Win32 Static Debug
  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 "rowlist.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 "rowlist.mak" CFG="RowList - Win32 Static Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "RowList - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "RowList - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE "RowList - Win32 Static Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE "RowList - Win32 Static Release" (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)" == "RowList - Win32 Release"
  35.  
  36. # PROP BASE Use_MFC 6
  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 6
  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 /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  47. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.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" /d "_AFXDLL"
  51. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  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.  
  59. !ELSEIF  "$(CFG)" == "RowList - Win32 Debug"
  60.  
  61. # PROP BASE Use_MFC 6
  62. # PROP BASE Use_Debug_Libraries 1
  63. # PROP BASE Output_Dir ".\Debug"
  64. # PROP BASE Intermediate_Dir ".\Debug"
  65. # PROP BASE Target_Dir ""
  66. # PROP Use_MFC 6
  67. # PROP Use_Debug_Libraries 1
  68. # PROP Output_Dir ".\Debug"
  69. # PROP Intermediate_Dir ".\Debug"
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  72. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  73. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  74. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  75. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  76. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. LINK32=link.exe
  81. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  82. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  83.  
  84. !ELSEIF  "$(CFG)" == "RowList - Win32 Static Debug"
  85.  
  86. # PROP BASE Use_MFC 6
  87. # PROP BASE Use_Debug_Libraries 1
  88. # PROP BASE Output_Dir "RowList_"
  89. # PROP BASE Intermediate_Dir "RowList_"
  90. # PROP BASE Target_Dir ""
  91. # PROP Use_MFC 5
  92. # PROP Use_Debug_Libraries 1
  93. # PROP Output_Dir "StaticDebug"
  94. # PROP Intermediate_Dir "StaticDebug"
  95. # PROP Target_Dir ""
  96. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  97. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  98. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  99. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  100. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  101. # ADD RSC /l 0x409 /d "_DEBUG"
  102. BSC32=bscmake.exe
  103. # ADD BASE BSC32 /nologo
  104. # ADD BSC32 /nologo
  105. LINK32=link.exe
  106. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  107. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  108.  
  109. !ELSEIF  "$(CFG)" == "RowList - Win32 Static Release"
  110.  
  111. # PROP BASE Use_MFC 6
  112. # PROP BASE Use_Debug_Libraries 0
  113. # PROP BASE Output_Dir "RowList0"
  114. # PROP BASE Intermediate_Dir "RowList0"
  115. # PROP BASE Target_Dir ""
  116. # PROP Use_MFC 5
  117. # PROP Use_Debug_Libraries 0
  118. # PROP Output_Dir "StaticRelease"
  119. # PROP Intermediate_Dir "StaticRelease"
  120. # PROP Target_Dir ""
  121. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  122. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  123. # SUBTRACT CPP /Z<none>
  124. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  125. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  126. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  127. # ADD RSC /l 0x409 /d "NDEBUG"
  128. BSC32=bscmake.exe
  129. # ADD BASE BSC32 /nologo
  130. # ADD BSC32 /nologo
  131. LINK32=link.exe
  132. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  133. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  134.  
  135. !ENDIF 
  136.  
  137. # Begin Target
  138.  
  139. # Name "RowList - Win32 Release"
  140. # Name "RowList - Win32 Debug"
  141. # Name "RowList - Win32 Static Debug"
  142. # Name "RowList - Win32 Static Release"
  143. # Begin Group "Source Files"
  144.  
  145. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  146. # Begin Source File
  147.  
  148. SOURCE=.\Listvwex.cpp
  149. # End Source File
  150. # Begin Source File
  151.  
  152. SOURCE=.\MainFrm.cpp
  153. # End Source File
  154. # Begin Source File
  155.  
  156. SOURCE=.\ReadMe.txt
  157. # End Source File
  158. # Begin Source File
  159.  
  160. SOURCE=.\RListDoc.cpp
  161. # End Source File
  162. # Begin Source File
  163.  
  164. SOURCE=.\RListVw.cpp
  165. # End Source File
  166. # Begin Source File
  167.  
  168. SOURCE=.\RowList.cpp
  169. # End Source File
  170. # Begin Source File
  171.  
  172. SOURCE=.\RowList.rc
  173. # End Source File
  174. # Begin Source File
  175.  
  176. SOURCE=.\StdAfx.cpp
  177. # ADD CPP /Yc"stdafx.h"
  178. # End Source File
  179. # End Group
  180. # Begin Group "Header Files"
  181.  
  182. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  183. # Begin Source File
  184.  
  185. SOURCE=.\ListVwEx.h
  186. # End Source File
  187. # Begin Source File
  188.  
  189. SOURCE=.\MainFrm.h
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\RListDoc.h
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\RListVw.h
  198. # End Source File
  199. # Begin Source File
  200.  
  201. SOURCE=.\RowList.h
  202. # End Source File
  203. # Begin Source File
  204.  
  205. SOURCE=.\StdAfx.h
  206. # End Source File
  207. # End Group
  208. # Begin Group "Resource Files"
  209.  
  210. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  211. # Begin Source File
  212.  
  213. SOURCE=.\res\largeico.bmp
  214. # End Source File
  215. # Begin Source File
  216.  
  217. SOURCE=.\res\RListDoc.ico
  218. # End Source File
  219. # Begin Source File
  220.  
  221. SOURCE=.\res\RowList.ico
  222. # End Source File
  223. # Begin Source File
  224.  
  225. SOURCE=.\res\RowList.rc2
  226. # End Source File
  227. # Begin Source File
  228.  
  229. SOURCE=.\res\smallico.bmp
  230. # End Source File
  231. # Begin Source File
  232.  
  233. SOURCE=.\res\stateico.bmp
  234. # End Source File
  235. # Begin Source File
  236.  
  237. SOURCE=.\res\Toolbar.bmp
  238. # End Source File
  239. # End Group
  240. # End Target
  241. # End Project
  242.