home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c10 / lab01 / ex04 / browser.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1997-02-20  |  5.2 KB  |  220 lines

  1. # Microsoft Developer Studio Project File - Name="Browser" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6.  
  7. CFG=Browser - 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 "Browser.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 "Browser.mak" CFG="Browser - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Browser - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "Browser - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30.  
  31. !IF  "$(CFG)" == "Browser - Win32 Release"
  32.  
  33. # PROP BASE Use_MFC 6
  34. # PROP BASE Use_Debug_Libraries 0
  35. # PROP BASE Output_Dir ".\Release"
  36. # PROP BASE Intermediate_Dir ".\Release"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 6
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir ".\Release"
  41. # PROP Intermediate_Dir ".\Release"
  42. # PROP Target_Dir ""
  43. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  44. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  45. # SUBTRACT CPP /Fr
  46. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  47. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  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 /nologo /subsystem:windows /machine:I386
  55. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  56.  
  57. !ELSEIF  "$(CFG)" == "Browser - Win32 Debug"
  58.  
  59. # PROP BASE Use_MFC 6
  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 6
  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 /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  70. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  71. # SUBTRACT CPP /Fr
  72. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  73. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  74. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  75. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. LINK32=link.exe
  80. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  81. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  82.  
  83. !ENDIF 
  84.  
  85. # Begin Target
  86.  
  87. # Name "Browser - Win32 Release"
  88. # Name "Browser - Win32 Debug"
  89. # Begin Group "Source Files"
  90.  
  91. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  92. # Begin Source File
  93.  
  94. SOURCE=.\Browser.cpp
  95. # End Source File
  96. # Begin Source File
  97.  
  98. SOURCE=.\Browser.rc
  99. # End Source File
  100. # Begin Source File
  101.  
  102. SOURCE=.\BrowserDoc.cpp
  103. # End Source File
  104. # Begin Source File
  105.  
  106. SOURCE=.\BrowserView.cpp
  107. # End Source File
  108. # Begin Source File
  109.  
  110. SOURCE=.\ChildFrm.cpp
  111. # End Source File
  112. # Begin Source File
  113.  
  114. SOURCE=.\DataView.cpp
  115. # End Source File
  116. # Begin Source File
  117.  
  118. SOURCE=.\FindDlg.cpp
  119. # End Source File
  120. # Begin Source File
  121.  
  122. SOURCE=.\MainFrm.cpp
  123. # End Source File
  124. # Begin Source File
  125.  
  126. SOURCE=.\QueryDlg.cpp
  127. # End Source File
  128. # Begin Source File
  129.  
  130. SOURCE=.\ReadMe.txt
  131. # End Source File
  132. # Begin Source File
  133.  
  134. SOURCE=.\StdAfx.cpp
  135. # ADD CPP /Yc"stdafx.h"
  136. # End Source File
  137. # Begin Source File
  138.  
  139. SOURCE=.\varDecoder.cpp
  140. # End Source File
  141. # End Group
  142. # Begin Group "Header Files"
  143.  
  144. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  145. # Begin Source File
  146.  
  147. SOURCE=.\Browser.h
  148. # End Source File
  149. # Begin Source File
  150.  
  151. SOURCE=.\BrowserDoc.h
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\BrowserView.h
  156. # End Source File
  157. # Begin Source File
  158.  
  159. SOURCE=.\ChildFrm.h
  160. # End Source File
  161. # Begin Source File
  162.  
  163. SOURCE=.\DataView.h
  164. # End Source File
  165. # Begin Source File
  166.  
  167. SOURCE=.\FindDlg.h
  168. # End Source File
  169. # Begin Source File
  170.  
  171. SOURCE=.\MainFrm.h
  172. # End Source File
  173. # Begin Source File
  174.  
  175. SOURCE=.\QueryDlg.h
  176. # End Source File
  177. # Begin Source File
  178.  
  179. SOURCE=.\StdAfx.h
  180. # End Source File
  181. # Begin Source File
  182.  
  183. SOURCE=.\VarDecoder.h
  184. # End Source File
  185. # End Group
  186. # Begin Group "Resource Files"
  187.  
  188. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  189. # Begin Source File
  190.  
  191. SOURCE=.\res\bmp00001.bmp
  192. # End Source File
  193. # Begin Source File
  194.  
  195. SOURCE=.\res\Browser.ico
  196. # End Source File
  197. # Begin Source File
  198.  
  199. SOURCE=.\res\Browser.rc2
  200. # End Source File
  201. # Begin Source File
  202.  
  203. SOURCE=.\res\BrowserDoc.ico
  204. # End Source File
  205. # Begin Source File
  206.  
  207. SOURCE=.\res\icon1.ico
  208. # End Source File
  209. # Begin Source File
  210.  
  211. SOURCE=.\res\Toolbar.bmp
  212. # End Source File
  213. # Begin Source File
  214.  
  215. SOURCE=.\res\toolbar1.bmp
  216. # End Source File
  217. # End Group
  218. # End Target
  219. # End Project
  220.