home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / general / vcterm / vcterm.bld < prev    next >
Encoding:
Text File  |  1998-03-27  |  5.3 KB  |  246 lines

  1. # Microsoft Developer Studio Generated Build File, Format Version 50001
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. CFG=vcterm - Win32 Debug
  7. !MESSAGE "vcterm - Win32 Release" (based on "Win32 (x86) Application")
  8. !MESSAGE "vcterm - Win32 Debug" (based on "Win32 (x86) Application")
  9.  
  10. # Begin Project
  11. # PROP Target_Last_Scanned "vcterm - Win32 Debug"
  12. RSC=rc.exe
  13. MTL=mktyplib.exe
  14. CPP=cl.exe
  15. F90=fl32.exe
  16.  
  17. !IF  "$(CFG)" == "vcterm - Win32 Release"
  18.  
  19. # PROP BASE Use_MFC 6
  20. # PROP BASE Use_Debug_Libraries 0
  21. # PROP BASE Output_Dir "Release"
  22. # PROP BASE Intermediate_Dir "Release"
  23. # PROP BASE Target_Dir ""
  24. # PROP Use_MFC 6
  25. # PROP Use_Debug_Libraries 0
  26. # PROP Output_Dir "Release"
  27. # PROP Intermediate_Dir "Release"
  28. # PROP Target_Dir ""
  29. # ADD BASE F90 /I "Release/"
  30. # ADD F90 /I "Release/"
  31. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  32. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  33. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  34. # ADD MTL /nologo /D "NDEBUG" /win32
  35. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  36. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  37. BSC32=bscmake.exe
  38. # ADD BASE BSC32 /nologo
  39. # ADD BSC32 /nologo
  40. LINK32=link.exe
  41. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  42. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  43.  
  44. !ELSEIF  "$(CFG)" == "vcterm - Win32 Debug"
  45.  
  46. # PROP BASE Use_MFC 6
  47. # PROP BASE Use_Debug_Libraries 1
  48. # PROP BASE Output_Dir "Debug"
  49. # PROP BASE Intermediate_Dir "Debug"
  50. # PROP BASE Target_Dir ""
  51. # PROP Use_MFC 6
  52. # PROP Use_Debug_Libraries 1
  53. # PROP Output_Dir "Debug"
  54. # PROP Intermediate_Dir "Debug"
  55. # PROP Target_Dir ""
  56. # ADD BASE F90 /I "Debug/"
  57. # ADD F90 /I "Debug/"
  58. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  59. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  60. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  61. # ADD MTL /nologo /D "_DEBUG" /win32
  62. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  63. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LINK32=link.exe
  68. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  69. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  70.  
  71. !ENDIF 
  72.  
  73. # Begin Target
  74.  
  75. # Name "vcterm - Win32 Release"
  76. # Name "vcterm - Win32 Debug"
  77.  
  78. !IF  "$(CFG)" == "vcterm - Win32 Release"
  79.  
  80. !ELSEIF  "$(CFG)" == "vcterm - Win32 Debug"
  81.  
  82. !ENDIF 
  83.  
  84. # Begin Source File
  85.  
  86. SOURCE=.\ReadMe.txt
  87.  
  88. !IF  "$(CFG)" == "vcterm - Win32 Release"
  89.  
  90. !ELSEIF  "$(CFG)" == "vcterm - Win32 Debug"
  91.  
  92. !ENDIF 
  93.  
  94. # End Source File
  95. # Begin Source File
  96.  
  97. SOURCE=.\vcterm.cpp
  98. DEP_CPP_VCTER=\
  99.     ".\commctrl.h"\
  100.     ".\mainfrm.h"\
  101.     ".\StdAfx.h"\
  102.     ".\termedit.h"\
  103.     ".\vcterm.h"\
  104.     
  105. # End Source File
  106. # Begin Source File
  107.  
  108. SOURCE=.\StdAfx.cpp
  109. DEP_CPP_STDAF=\
  110.     ".\StdAfx.h"\
  111.     
  112. # ADD CPP /Yc"stdafx.h"
  113. # End Source File
  114. # Begin Source File
  115.  
  116. SOURCE=.\mainfrm.cpp
  117.  
  118. !IF  "$(CFG)" == "vcterm - Win32 Release"
  119.  
  120. DEP_CPP_MAINF=\
  121.     ".\commctrl.h"\
  122.     ".\InputDlg.h"\
  123.     ".\mainfrm.h"\
  124.     ".\setdlg.h"\
  125.     ".\StdAfx.h"\
  126.     ".\termedit.h"\
  127.     ".\vcterm.h"\
  128.     
  129.  
  130. !ELSEIF  "$(CFG)" == "vcterm - Win32 Debug"
  131.  
  132. DEP_CPP_MAINF=\
  133.     ".\CanDlg.h"\
  134.     ".\commctrl.h"\
  135.     ".\InputDlg.h"\
  136.     ".\mainfrm.h"\
  137.     ".\setdlg.h"\
  138.     ".\StdAfx.h"\
  139.     ".\termedit.h"\
  140.     ".\vcterm.h"\
  141.     
  142.  
  143. !ENDIF 
  144.  
  145. # End Source File
  146. # Begin Source File
  147.  
  148. SOURCE=.\vcterm.rc
  149.  
  150. !IF  "$(CFG)" == "vcterm - Win32 Release"
  151.  
  152. DEP_RSC_VCTERM=\
  153.     ".\res\termdoc.ico"\
  154.     ".\res\Toolbar.bmp"\
  155.     ".\res\vcterm.ico"\
  156.     ".\res\vcterm.rc2"\
  157.     
  158.  
  159. !ELSEIF  "$(CFG)" == "vcterm - Win32 Debug"
  160.  
  161. DEP_RSC_VCTERM=\
  162.     ".\res\Toolbar.bmp"\
  163.     ".\res\vcterm.ico"\
  164.     ".\res\vcterm.rc2"\
  165.     
  166.  
  167. !ENDIF 
  168.  
  169. # End Source File
  170. # Begin Source File
  171.  
  172. SOURCE=.\commctrl.cpp
  173. DEP_CPP_COMMC=\
  174.     ".\commctrl.h"\
  175.     ".\StdAfx.h"\
  176.     
  177. # End Source File
  178. # Begin Source File
  179.  
  180. SOURCE=.\termedit.cpp
  181. DEP_CPP_TERME=\
  182.     ".\commctrl.h"\
  183.     ".\mainfrm.h"\
  184.     ".\StdAfx.h"\
  185.     ".\termedit.h"\
  186.     ".\vcterm.h"\
  187.     
  188. # End Source File
  189. # Begin Source File
  190.  
  191. SOURCE=.\setdlg.cpp
  192. DEP_CPP_SETDL=\
  193.     ".\commctrl.h"\
  194.     ".\mainfrm.h"\
  195.     ".\setdlg.h"\
  196.     ".\StdAfx.h"\
  197.     ".\termedit.h"\
  198.     ".\vcterm.h"\
  199.     
  200. # End Source File
  201. # Begin Source File
  202.  
  203. SOURCE=.\InputDlg.cpp
  204. DEP_CPP_INPUT=\
  205.     ".\InputDlg.h"\
  206.     ".\StdAfx.h"\
  207.     ".\vcterm.h"\
  208.     
  209. # End Source File
  210. # Begin Source File
  211.  
  212. SOURCE=.\CanDlg.cpp
  213.  
  214. !IF  "$(CFG)" == "vcterm - Win32 Release"
  215.  
  216. !ELSEIF  "$(CFG)" == "vcterm - Win32 Debug"
  217.  
  218. DEP_CPP_CANDL=\
  219.     ".\CanDlg.h"\
  220.     ".\commctrl.h"\
  221.     ".\mainfrm.h"\
  222.     ".\StdAfx.h"\
  223.     ".\termedit.h"\
  224.     ".\vcterm.h"\
  225.     
  226.  
  227. !ENDIF 
  228.  
  229. # End Source File
  230. # End Target
  231. # End Project
  232. # Section OLE Controls
  233. #     {648A5600-2C6E-101B-82B6-000000000014}
  234. # End Section
  235. # Section vcterm : {648A5601-2C6E-101B-82B6-000000000014}
  236. #     2:5:Class:CCommCtrl
  237. #     2:10:HeaderFile:commctrl.h
  238. #     2:8:ImplFile:commctrl.cpp
  239. # End Section
  240. # Section vcterm : {648A5600-2C6E-101B-82B6-000000000014}
  241. #     0:15:CMSCommCtrl.cpp:D:\MSDEV\Projects\vcterm\CMSCommCtrl.cpp
  242. #     0:13:CMSCommCtrl.h:D:\MSDEV\Projects\vcterm\CMSCommCtrl.h
  243. #     2:21:DefaultSinkHeaderFile:commctrl.h
  244. #     2:16:DefaultSinkClass:CCommCtrl
  245. # End Section
  246.