home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c11 / lab01 / ex01 / browse.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1997-02-20  |  5.3 KB  |  208 lines

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