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

  1. # Microsoft Developer Studio Project File - Name="ExtBind" - 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=ExtBind - 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 "extbind.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 "extbind.mak" CFG="ExtBind - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "ExtBind - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "ExtBind - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE "ExtBind - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE "ExtBind - Win32 Unicode Release" (based on "Win32 (x86) Application")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""
  29. # PROP Scc_LocalPath ""
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33.  
  34. !IF  "$(CFG)" == "ExtBind - Win32 Release"
  35.  
  36. # PROP BASE Use_MFC 0
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir ".\Release"
  39. # PROP BASE Intermediate_Dir ".\Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP Use_MFC 2
  42. # PROP Use_Debug_Libraries 0
  43. # PROP Output_Dir ".\Release"
  44. # PROP Intermediate_Dir ".\Release"
  45. # PROP Target_Dir ""
  46. F90=fl32.exe
  47. # ADD BASE F90 /Ox /I "Release/" /c /nologo
  48. # ADD F90 /Ox /I "Release/" /c /nologo
  49. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  50. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  51. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  52. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  53. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  54. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  55. BSC32=bscmake.exe
  56. # ADD BASE BSC32 /nologo
  57. # ADD BSC32 /nologo
  58. LINK32=link.exe
  59. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
  60. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  61.  
  62. !ELSEIF  "$(CFG)" == "ExtBind - Win32 Debug"
  63.  
  64. # PROP BASE Use_MFC 0
  65. # PROP BASE Use_Debug_Libraries 1
  66. # PROP BASE Output_Dir ".\Debug"
  67. # PROP BASE Intermediate_Dir ".\Debug"
  68. # PROP BASE Target_Dir ""
  69. # PROP Use_MFC 2
  70. # PROP Use_Debug_Libraries 1
  71. # PROP Output_Dir ".\Debug"
  72. # PROP Intermediate_Dir ".\Debug"
  73. # PROP Ignore_Export_Lib 0
  74. # PROP Target_Dir ""
  75. F90=fl32.exe
  76. # ADD BASE F90 /Zi /I "Debug/" /c /nologo
  77. # ADD F90 /Zi /I "Debug/" /c /nologo
  78. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  79. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  80. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  81. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  82. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  83. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  84. BSC32=bscmake.exe
  85. # ADD BASE BSC32 /nologo
  86. # ADD BSC32 /nologo
  87. LINK32=link.exe
  88. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386
  89. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  90.  
  91. !ELSEIF  "$(CFG)" == "ExtBind - Win32 Unicode Debug"
  92.  
  93. # PROP BASE Use_MFC 1
  94. # PROP BASE Use_Debug_Libraries 1
  95. # PROP BASE Output_Dir ".\Unicode Debug"
  96. # PROP BASE Intermediate_Dir ".\Unicode Debug"
  97. # PROP BASE Target_Dir ""
  98. # PROP Use_MFC 2
  99. # PROP Use_Debug_Libraries 1
  100. # PROP Output_Dir ".\UniDebug"
  101. # PROP Intermediate_Dir ".\UniDebug"
  102. # PROP Ignore_Export_Lib 0
  103. # PROP Target_Dir ""
  104. F90=fl32.exe
  105. # ADD BASE F90 /Zi /I "Unicode Debug/" /c /nologo
  106. # ADD F90 /Zi /I "UniDebug/" /c /nologo
  107. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  108. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  109. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  110. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  111. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  112. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  113. BSC32=bscmake.exe
  114. # ADD BASE BSC32 /nologo
  115. # ADD BSC32 /nologo
  116. LINK32=link.exe
  117. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  118. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  119. # SUBTRACT LINK32 /pdb:none
  120.  
  121. !ELSEIF  "$(CFG)" == "ExtBind - Win32 Unicode Release"
  122.  
  123. # PROP BASE Use_MFC 1
  124. # PROP BASE Use_Debug_Libraries 0
  125. # PROP BASE Output_Dir ".\Unicode Release"
  126. # PROP BASE Intermediate_Dir ".\Unicode Release"
  127. # PROP BASE Target_Dir ""
  128. # PROP Use_MFC 2
  129. # PROP Use_Debug_Libraries 0
  130. # PROP Output_Dir ".\UniRel"
  131. # PROP Intermediate_Dir ".\UniRel"
  132. # PROP Target_Dir ""
  133. F90=fl32.exe
  134. # ADD BASE F90 /Ox /I "Unicode Release/" /c /nologo
  135. # ADD F90 /Ox /I "UniRel/" /c /nologo
  136. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  137. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  138. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  139. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  140. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  141. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  142. BSC32=bscmake.exe
  143. # ADD BASE BSC32 /nologo
  144. # ADD BSC32 /nologo
  145. LINK32=link.exe
  146. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  147. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  148.  
  149. !ENDIF 
  150.  
  151. # Begin Target
  152.  
  153. # Name "ExtBind - Win32 Release"
  154. # Name "ExtBind - Win32 Debug"
  155. # Name "ExtBind - Win32 Unicode Debug"
  156. # Name "ExtBind - Win32 Unicode Release"
  157. # Begin Group "Source Files"
  158.  
  159. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  160. # Begin Source File
  161.  
  162. SOURCE=.\calendar.cpp
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=.\extbind.cpp
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\extbind.rc
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\modeldlg.cpp
  175. # End Source File
  176. # Begin Source File
  177.  
  178. SOURCE=.\msdgrid.cpp
  179. # End Source File
  180. # Begin Source File
  181.  
  182. SOURCE=.\msmask.cpp
  183. # End Source File
  184. # Begin Source File
  185.  
  186. SOURCE=.\nwinddlg.cpp
  187. # End Source File
  188. # Begin Source File
  189.  
  190. SOURCE=.\rdc.cpp
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\stdafx.cpp
  195. # ADD CPP /Yc
  196. # End Source File
  197. # End Group
  198. # Begin Group "Header Files"
  199.  
  200. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  201. # Begin Source File
  202.  
  203. SOURCE=.\calendar.h
  204. # End Source File
  205. # Begin Source File
  206.  
  207. SOURCE=.\extbind.h
  208. # End Source File
  209. # Begin Source File
  210.  
  211. SOURCE=.\modeldlg.h
  212. # End Source File
  213. # Begin Source File
  214.  
  215. SOURCE=.\msdgrid.h
  216. # End Source File
  217. # Begin Source File
  218.  
  219. SOURCE=.\msmask.h
  220. # End Source File
  221. # Begin Source File
  222.  
  223. SOURCE=.\nwinddlg.h
  224. # End Source File
  225. # Begin Source File
  226.  
  227. SOURCE=.\resource.hm
  228. # End Source File
  229. # Begin Source File
  230.  
  231. SOURCE=.\stdafx.h
  232. # End Source File
  233. # End Group
  234. # Begin Group "Resource Files"
  235.  
  236. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  237. # Begin Source File
  238.  
  239. SOURCE=.\res\extbind.bmp
  240. # End Source File
  241. # Begin Source File
  242.  
  243. SOURCE=.\res\extbind.ico
  244. # End Source File
  245. # Begin Source File
  246.  
  247. SOURCE=.\res\extbind.rc2
  248. # PROP Exclude_From_Build 1
  249. # End Source File
  250. # End Group
  251. # End Target
  252. # End Project
  253. # Section ExtBind : {8E27C92C-1264-101C-8A2F-040224009C02}
  254. #     2:5:Class:CCalendar
  255. #     2:10:HeaderFile:calendar.h
  256. #     2:8:ImplFile:calendar.cpp
  257. # End Section
  258. # Section ExtBind : {8E27C92B-1264-101C-8A2F-040224009C02}
  259. #     2:21:DefaultSinkHeaderFile:calendar.h
  260. #     2:16:DefaultSinkClass:CCalendar
  261. # End Section
  262.