home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / bindscrb / scribble.dsp < prev    next >
Text File  |  1998-03-26  |  5KB  |  202 lines

  1. # Microsoft Developer Studio Project File - Name="SCRIBBLE" - 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=SCRIBBLE - 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 "Scribble.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 "Scribble.mak" CFG="SCRIBBLE - Win32 (80x86) Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "SCRIBBLE - Win32 (80x86) Debug" (based on "Win32 (x86) Application")
  21. !MESSAGE "SCRIBBLE - Win32 (80x86) Release" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "SCRIBBLE - Win32 (80x86) Debug"
  33.  
  34. # PROP BASE Use_MFC 5
  35. # PROP BASE Use_Debug_Libraries 1
  36. # PROP BASE Output_Dir ".\WinDebug"
  37. # PROP BASE Intermediate_Dir ".\WinDebug"
  38. # PROP Use_MFC 6
  39. # PROP Use_Debug_Libraries 1
  40. # PROP Output_Dir "WinDebug"
  41. # PROP Intermediate_Dir "WinDebug"
  42. # PROP Ignore_Export_Lib 0
  43. # ADD BASE CPP /nologo /MT /W3 /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /c
  44. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  45. # SUBTRACT CPP /Fr
  46. # ADD MTL /mktyplib203
  47. # ADD BASE RSC /l 0x409 /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 user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib nafxcwd.lib ctl3d32.lib /nologo /subsystem:windows /debug /machine:I386
  56. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  57.  
  58. !ELSEIF  "$(CFG)" == "SCRIBBLE - Win32 (80x86) Release"
  59.  
  60. # PROP BASE Use_MFC 5
  61. # PROP BASE Use_Debug_Libraries 0
  62. # PROP BASE Output_Dir ".\WinRel"
  63. # PROP BASE Intermediate_Dir ".\WinRel"
  64. # PROP Use_MFC 6
  65. # PROP Use_Debug_Libraries 0
  66. # PROP Output_Dir "WinRel"
  67. # PROP Intermediate_Dir "WinRel"
  68. # PROP Ignore_Export_Lib 0
  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" /Yu"stdafx.h" /FD /c
  71. # SUBTRACT CPP /Z<none> /Fr
  72. # ADD MTL /mktyplib203
  73. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  74. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # SUBTRACT BASE BSC32 /Iu
  78. # ADD BSC32 /nologo
  79. # SUBTRACT BSC32 /Iu
  80. LINK32=link.exe
  81. # ADD BASE LINK32 user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib nafxcw.lib ctl3d32.lib /nologo /subsystem:windows /machine:I386
  82. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  83.  
  84. !ENDIF 
  85.  
  86. # Begin Target
  87.  
  88. # Name "SCRIBBLE - Win32 (80x86) Debug"
  89. # Name "SCRIBBLE - Win32 (80x86) Release"
  90. # Begin Group "Source Files"
  91.  
  92. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  93. # Begin Source File
  94.  
  95. SOURCE=.\IPFRAME.CPP
  96. # End Source File
  97. # Begin Source File
  98.  
  99. SOURCE=.\MAINFRM.CPP
  100. # End Source File
  101. # Begin Source File
  102.  
  103. SOURCE=.\PENDLG.CPP
  104. # End Source File
  105. # Begin Source File
  106.  
  107. SOURCE=.\SCRIBBLE.CPP
  108. # End Source File
  109. # Begin Source File
  110.  
  111. SOURCE=.\SCRIBBLE.RC
  112. # End Source File
  113. # Begin Source File
  114.  
  115. SOURCE=.\SCRIBDOC.CPP
  116. # End Source File
  117. # Begin Source File
  118.  
  119. SOURCE=.\SCRIBFRM.CPP
  120. # End Source File
  121. # Begin Source File
  122.  
  123. SOURCE=.\SCRIBITM.CPP
  124. # End Source File
  125. # Begin Source File
  126.  
  127. SOURCE=.\SCRIBVW.CPP
  128. # End Source File
  129. # Begin Source File
  130.  
  131. SOURCE=.\STDAFX.CPP
  132. # ADD BASE CPP /Yc"stdafx.h"
  133. # ADD CPP /Yc"stdafx.h"
  134. # End Source File
  135. # End Group
  136. # Begin Group "Header Files"
  137.  
  138. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  139. # Begin Source File
  140.  
  141. SOURCE=.\Ipframe.h
  142. # End Source File
  143. # Begin Source File
  144.  
  145. SOURCE=.\Mainfrm.h
  146. # End Source File
  147. # Begin Source File
  148.  
  149. SOURCE=.\PENDLG.H
  150. # End Source File
  151. # Begin Source File
  152.  
  153. SOURCE=.\Scribble.h
  154. # End Source File
  155. # Begin Source File
  156.  
  157. SOURCE=.\Scribdoc.h
  158. # End Source File
  159. # Begin Source File
  160.  
  161. SOURCE=.\Scribfrm.h
  162. # End Source File
  163. # Begin Source File
  164.  
  165. SOURCE=.\SCRIBITM.H
  166. # End Source File
  167. # Begin Source File
  168.  
  169. SOURCE=.\Scribvw.h
  170. # End Source File
  171. # Begin Source File
  172.  
  173. SOURCE=.\Stdafx.h
  174. # End Source File
  175. # End Group
  176. # Begin Group "Resource Files"
  177.  
  178. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  179. # Begin Source File
  180.  
  181. SOURCE=.\RES\ITOOLBAR.BMP
  182. # End Source File
  183. # Begin Source File
  184.  
  185. SOURCE=.\RES\SCRIBBLE.ICO
  186. # End Source File
  187. # Begin Source File
  188.  
  189. SOURCE=.\RES\SCRIBBLE.RC2
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\RES\SCRIBDOC.ICO
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\RES\TOOLBAR.BMP
  198. # End Source File
  199. # End Group
  200. # End Target
  201. # End Project
  202.