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

  1. # Microsoft Developer Studio Project File - Name="autodriv" - 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=autodriv - Win32 (80x86) 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 "autodriv.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 "autodriv.mak" CFG="autodriv - Win32 (80x86) Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "autodriv - Win32 (80x86) Debug" (based on "Win32 (x86) Application")
  21. !MESSAGE "autodriv - Win32 (80x86) Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "autodriv - Win32 (80x86) Unicode Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE "autodriv - Win32 (80x86) Unicode 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)" == "autodriv - Win32 (80x86) Debug"
  35.  
  36. # PROP BASE Use_MFC 5
  37. # PROP BASE Use_Debug_Libraries 1
  38. # PROP BASE Output_Dir ".\WinDebug"
  39. # PROP BASE Intermediate_Dir ".\WinDebug"
  40. # PROP Use_MFC 6
  41. # PROP Use_Debug_Libraries 1
  42. # PROP Output_Dir ".\WinDebug"
  43. # PROP Intermediate_Dir ".\WinDebug"
  44. # ADD BASE CPP /nologo /MT /W3 /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /c
  45. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /c
  46. # ADD MTL /mktyplib203
  47. # ADD BASE RSC /l 0x1 /d "_DEBUG"
  48. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # SUBTRACT BASE BSC32 /Iu
  52. # ADD BSC32 /nologo
  53. # SUBTRACT BSC32 /Iu
  54. LINK32=link.exe
  55. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  56. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  57. # SUBTRACT LINK32 /pdb:none
  58.  
  59. !ELSEIF  "$(CFG)" == "autodriv - Win32 (80x86) Release"
  60.  
  61. # PROP BASE Use_MFC 5
  62. # PROP BASE Use_Debug_Libraries 0
  63. # PROP BASE Output_Dir ".\WinRel"
  64. # PROP BASE Intermediate_Dir ".\WinRel"
  65. # PROP Use_MFC 6
  66. # PROP Use_Debug_Libraries 0
  67. # PROP Output_Dir ".\WinRel"
  68. # PROP Intermediate_Dir ".\WinRel"
  69. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /c
  70. # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /c
  71. # ADD MTL /mktyplib203
  72. # ADD BASE RSC /l 0x1 /d "NDEBUG"
  73. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # SUBTRACT BASE BSC32 /Iu
  77. # ADD BSC32 /nologo
  78. # SUBTRACT BSC32 /Iu
  79. LINK32=link.exe
  80. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  81. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  82. # SUBTRACT LINK32 /pdb:none
  83.  
  84. !ELSEIF  "$(CFG)" == "autodriv - Win32 (80x86) Unicode Debug"
  85.  
  86. # PROP BASE Use_MFC 6
  87. # PROP BASE Use_Debug_Libraries 1
  88. # PROP BASE Output_Dir ".\Win32__8"
  89. # PROP BASE Intermediate_Dir ".\Win32__8"
  90. # PROP Use_MFC 6
  91. # PROP Use_Debug_Libraries 1
  92. # PROP Output_Dir ".\UniDebug"
  93. # PROP Intermediate_Dir ".\UniDebug"
  94. # ADD BASE CPP /nologo /MD /W3 /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  95. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /c
  96. # ADD MTL /mktyplib203
  97. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  98. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  99. BSC32=bscmake.exe
  100. # ADD BASE BSC32 /nologo
  101. # SUBTRACT BASE BSC32 /Iu
  102. # ADD BSC32 /nologo
  103. # SUBTRACT BSC32 /Iu
  104. LINK32=link.exe
  105. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  106. # SUBTRACT BASE LINK32 /pdb:none
  107. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  108. # SUBTRACT LINK32 /pdb:none
  109.  
  110. !ELSEIF  "$(CFG)" == "autodriv - Win32 (80x86) Unicode Release"
  111.  
  112. # PROP BASE Use_MFC 6
  113. # PROP BASE Use_Debug_Libraries 0
  114. # PROP BASE Output_Dir ".\Win32__0"
  115. # PROP BASE Intermediate_Dir ".\Win32__0"
  116. # PROP Use_MFC 6
  117. # PROP Use_Debug_Libraries 0
  118. # PROP Output_Dir ".\UniRel"
  119. # PROP Intermediate_Dir ".\UniRel"
  120. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  121. # ADD CPP /nologo /MD /W3 /GX /ZI /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /c
  122. # ADD MTL /mktyplib203
  123. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  124. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  125. BSC32=bscmake.exe
  126. # ADD BASE BSC32 /nologo
  127. # SUBTRACT BASE BSC32 /Iu
  128. # ADD BSC32 /nologo
  129. # SUBTRACT BSC32 /Iu
  130. LINK32=link.exe
  131. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  132. # SUBTRACT BASE LINK32 /pdb:none
  133. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  134. # SUBTRACT LINK32 /pdb:none
  135.  
  136. !ENDIF 
  137.  
  138. # Begin Target
  139.  
  140. # Name "autodriv - Win32 (80x86) Debug"
  141. # Name "autodriv - Win32 (80x86) Release"
  142. # Name "autodriv - Win32 (80x86) Unicode Debug"
  143. # Name "autodriv - Win32 (80x86) Unicode Release"
  144. # Begin Group "Source Files"
  145.  
  146. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  147. # Begin Source File
  148.  
  149. SOURCE=.\autoclik.cpp
  150. # End Source File
  151. # Begin Source File
  152.  
  153. SOURCE=.\autoddlg.cpp
  154. # End Source File
  155. # Begin Source File
  156.  
  157. SOURCE=.\autodriv.cpp
  158. # End Source File
  159. # Begin Source File
  160.  
  161. SOURCE=.\autodriv.rc
  162. # End Source File
  163. # Begin Source File
  164.  
  165. SOURCE=.\stdafx.cpp
  166. # ADD BASE CPP /Yc"stdafx.h"
  167. # ADD CPP /Yc"stdafx.h"
  168. # End Source File
  169. # End Group
  170. # Begin Group "Header Files"
  171.  
  172. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  173. # Begin Source File
  174.  
  175. SOURCE=.\autoclik.h
  176. # End Source File
  177. # Begin Source File
  178.  
  179. SOURCE=.\autoddlg.h
  180. # End Source File
  181. # Begin Source File
  182.  
  183. SOURCE=.\autodriv.h
  184. # End Source File
  185. # Begin Source File
  186.  
  187. SOURCE=.\stdafx.h
  188. # End Source File
  189. # End Group
  190. # Begin Group "Resource Files"
  191.  
  192. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  193. # Begin Source File
  194.  
  195. SOURCE=.\res\autodriv.ico
  196. # End Source File
  197. # Begin Source File
  198.  
  199. SOURCE=.\res\autodriv.rc2
  200. # End Source File
  201. # End Group
  202. # End Target
  203. # End Project
  204.