home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c05 / lab06 / baseline / diff.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1997-02-20  |  5.1 KB  |  209 lines

  1. # Microsoft Developer Studio Project File - Name="diff" - 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=diff - 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 "Diff.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 "Diff.mak" CFG="diff - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "diff - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "diff - 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)" == "diff - Win32 Release"
  32.  
  33. # PROP BASE Use_MFC 5
  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. F90=fl32.exe
  44. # ADD BASE F90 /I "Release/"
  45. # ADD F90 /I "Release/"
  46. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /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. # SUBTRACT CPP /Fr
  49. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  50. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  51. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  52. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  53. BSC32=bscmake.exe
  54. # ADD BASE BSC32 /nologo
  55. # ADD BSC32 /nologo
  56. LINK32=link.exe
  57. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  58. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  59.  
  60. !ELSEIF  "$(CFG)" == "diff - Win32 Debug"
  61.  
  62. # PROP BASE Use_MFC 6
  63. # PROP BASE Use_Debug_Libraries 1
  64. # PROP BASE Output_Dir ".\Debug"
  65. # PROP BASE Intermediate_Dir ".\Debug"
  66. # PROP BASE Target_Dir ""
  67. # PROP Use_MFC 6
  68. # PROP Use_Debug_Libraries 1
  69. # PROP Output_Dir ".\Debug"
  70. # PROP Intermediate_Dir ".\Debug"
  71. # PROP Target_Dir ""
  72. F90=fl32.exe
  73. # ADD BASE F90 /I "Debug/"
  74. # ADD F90 /I "Debug/"
  75. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  76. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  77. # SUBTRACT CPP /Fr
  78. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  79. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  80. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  81. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  87. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  88.  
  89. !ENDIF 
  90.  
  91. # Begin Target
  92.  
  93. # Name "diff - Win32 Release"
  94. # Name "diff - Win32 Debug"
  95. # Begin Group "Source Files"
  96.  
  97. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  98. # Begin Source File
  99.  
  100. SOURCE=.\Diff.cpp
  101. # End Source File
  102. # Begin Source File
  103.  
  104. SOURCE=.\diff.rc
  105. # End Source File
  106. # Begin Source File
  107.  
  108. SOURCE=.\diffdoc.cpp
  109. # End Source File
  110. # Begin Source File
  111.  
  112. SOURCE=.\Diffview.cpp
  113. # End Source File
  114. # Begin Source File
  115.  
  116. SOURCE=.\DlgFilex.cpp
  117. # End Source File
  118. # Begin Source File
  119.  
  120. SOURCE=.\DlgOpenF.cpp
  121. # End Source File
  122. # Begin Source File
  123.  
  124. SOURCE=.\Mainfrm.cpp
  125. # End Source File
  126. # Begin Source File
  127.  
  128. SOURCE=.\Progress.cpp
  129. # End Source File
  130. # Begin Source File
  131.  
  132. SOURCE=.\Readme.txt
  133. # End Source File
  134. # Begin Source File
  135.  
  136. SOURCE=.\Splitter.cpp
  137. # End Source File
  138. # Begin Source File
  139.  
  140. SOURCE=.\Stdafx.cpp
  141. # ADD CPP /Yc"stdafx.h"
  142. # End Source File
  143. # End Group
  144. # Begin Group "Header Files"
  145.  
  146. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  147. # Begin Source File
  148.  
  149. SOURCE=.\Diff.h
  150. # End Source File
  151. # Begin Source File
  152.  
  153. SOURCE=.\diffdoc.h
  154. # End Source File
  155. # Begin Source File
  156.  
  157. SOURCE=.\diffview.h
  158. # End Source File
  159. # Begin Source File
  160.  
  161. SOURCE=.\dlgfilex.h
  162. # End Source File
  163. # Begin Source File
  164.  
  165. SOURCE=.\DlgOpenF.h
  166. # End Source File
  167. # Begin Source File
  168.  
  169. SOURCE=.\Mainfrm.h
  170. # End Source File
  171. # Begin Source File
  172.  
  173. SOURCE=.\Progress.h
  174. # End Source File
  175. # Begin Source File
  176.  
  177. SOURCE=.\Splitter.h
  178. # End Source File
  179. # Begin Source File
  180.  
  181. SOURCE=.\Stdafx.h
  182. # End Source File
  183. # End Group
  184. # Begin Group "Resource Files"
  185.  
  186. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  187. # Begin Source File
  188.  
  189. SOURCE=.\Res\Diff.ico
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\Res\Diff.rc2
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\Res\Diffdoc.ico
  198. # End Source File
  199. # Begin Source File
  200.  
  201. SOURCE=.\Res\Toolbar.bmp
  202. # End Source File
  203. # End Group
  204. # End Target
  205. # End Project
  206. # Section diff : {B6805000-A509-11CE-A5B0-00AA006BBF16}
  207. #     1:19:IDR_POPUP_DIFF_VIEW:101
  208. # End Section
  209.