home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / daoview / daoview.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-03-27  |  7.9 KB  |  288 lines

  1. # Microsoft Developer Studio Project File - Name="daoview" - 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=daoview - 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 "daoview.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 "daoview.mak" CFG="daoview - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "daoview - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "daoview - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE "daoview - Win32 Unicode Release" (based on "Win32 (x86) Application")
  23. !MESSAGE "daoview - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "daoview - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir ".\Release"
  37. # PROP BASE Intermediate_Dir ".\Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 2
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir ".\Release"
  42. # PROP Intermediate_Dir ".\Release"
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  45. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  46. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  47. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  49. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # 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
  55. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  56.  
  57. !ELSEIF  "$(CFG)" == "daoview - Win32 Debug"
  58.  
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 1
  61. # PROP BASE Output_Dir ".\Debug"
  62. # PROP BASE Intermediate_Dir ".\Debug"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 2
  65. # PROP Use_Debug_Libraries 1
  66. # PROP Output_Dir ".\Debug"
  67. # PROP Intermediate_Dir ".\Debug"
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  70. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  71. # SUBTRACT CPP /Fr
  72. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  73. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  74. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  75. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. LINK32=link.exe
  80. # 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
  81. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  82.  
  83. !ELSEIF  "$(CFG)" == "daoview - Win32 Unicode Release"
  84.  
  85. # PROP BASE Use_MFC 2
  86. # PROP BASE Use_Debug_Libraries 0
  87. # PROP BASE Output_Dir ".\Unicode Release"
  88. # PROP BASE Intermediate_Dir ".\Unicode Release"
  89. # PROP BASE Target_Dir ""
  90. # PROP Use_MFC 2
  91. # PROP Use_Debug_Libraries 0
  92. # PROP Output_Dir ".\UniRelease"
  93. # PROP Intermediate_Dir ".\UniRelease"
  94. # PROP Target_Dir ""
  95. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  96. # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  97. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  98. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  99. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  100. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  101. BSC32=bscmake.exe
  102. # ADD BASE BSC32 /nologo
  103. # ADD BSC32 /nologo
  104. LINK32=link.exe
  105. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  106. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  107.  
  108. !ELSEIF  "$(CFG)" == "daoview - Win32 Unicode Debug"
  109.  
  110. # PROP BASE Use_MFC 2
  111. # PROP BASE Use_Debug_Libraries 1
  112. # PROP BASE Output_Dir ".\Unicode Debug"
  113. # PROP BASE Intermediate_Dir ".\Unicode Debug"
  114. # PROP BASE Target_Dir ""
  115. # PROP Use_MFC 2
  116. # PROP Use_Debug_Libraries 1
  117. # PROP Output_Dir ".\UniDebug"
  118. # PROP Intermediate_Dir ".\UniDebug"
  119. # PROP Target_Dir ""
  120. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  121. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  122. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  123. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  124. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  125. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  126. BSC32=bscmake.exe
  127. # ADD BASE BSC32 /nologo
  128. # ADD BSC32 /nologo
  129. LINK32=link.exe
  130. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  131. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  132.  
  133. !ENDIF 
  134.  
  135. # Begin Target
  136.  
  137. # Name "daoview - Win32 Release"
  138. # Name "daoview - Win32 Debug"
  139. # Name "daoview - Win32 Unicode Release"
  140. # Name "daoview - Win32 Unicode Debug"
  141. # Begin Group "Source Files"
  142.  
  143. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  144. # Begin Source File
  145.  
  146. SOURCE=.\crack.cpp
  147. # End Source File
  148. # Begin Source File
  149.  
  150. SOURCE=.\ctrlext.cpp
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE=.\daoview.cpp
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\daoview.rc
  159. # End Source File
  160. # Begin Source File
  161.  
  162. SOURCE=.\daovwdoc.cpp
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=.\dlgparam.cpp
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\dlgsql.cpp
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\dragitem.cpp
  175. # End Source File
  176. # Begin Source File
  177.  
  178. SOURCE=.\listview.cpp
  179. # End Source File
  180. # Begin Source File
  181.  
  182. SOURCE=.\mainfrm.cpp
  183. # End Source File
  184. # Begin Source File
  185.  
  186. SOURCE=.\optionsd.cpp
  187. # End Source File
  188. # Begin Source File
  189.  
  190. SOURCE=.\renamedl.cpp
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\stdafx.cpp
  195. # ADD CPP /Yc"stdafx.h"
  196. # End Source File
  197. # Begin Source File
  198.  
  199. SOURCE=.\treeview.cpp
  200. # End Source File
  201. # End Group
  202. # Begin Group "Header Files"
  203.  
  204. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  205. # Begin Source File
  206.  
  207. SOURCE=.\crack.h
  208. # End Source File
  209. # Begin Source File
  210.  
  211. SOURCE=.\ctrlext.h
  212. # End Source File
  213. # Begin Source File
  214.  
  215. SOURCE=.\ctrlext.inl
  216. # End Source File
  217. # Begin Source File
  218.  
  219. SOURCE=.\daoview.h
  220. # End Source File
  221. # Begin Source File
  222.  
  223. SOURCE=.\daovwdoc.h
  224. # End Source File
  225. # Begin Source File
  226.  
  227. SOURCE=.\dlgparam.h
  228. # End Source File
  229. # Begin Source File
  230.  
  231. SOURCE=.\dlgsql.h
  232. # End Source File
  233. # Begin Source File
  234.  
  235. SOURCE=.\dragitem.h
  236. # End Source File
  237. # Begin Source File
  238.  
  239. SOURCE=.\listview.h
  240. # End Source File
  241. # Begin Source File
  242.  
  243. SOURCE=.\mainfrm.h
  244. # End Source File
  245. # Begin Source File
  246.  
  247. SOURCE=.\optionsd.h
  248. # End Source File
  249. # Begin Source File
  250.  
  251. SOURCE=.\renamedl.h
  252. # End Source File
  253. # Begin Source File
  254.  
  255. SOURCE=.\stdafx.h
  256. # End Source File
  257. # Begin Source File
  258.  
  259. SOURCE=.\treeview.h
  260. # End Source File
  261. # End Group
  262. # Begin Group "Resource Files"
  263.  
  264. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  265. # Begin Source File
  266.  
  267. SOURCE=.\res\bmp00002.bmp
  268. # End Source File
  269. # Begin Source File
  270.  
  271. SOURCE=.\res\daoview.ico
  272. # End Source File
  273. # Begin Source File
  274.  
  275. SOURCE=.\res\daoview.rc2
  276. # End Source File
  277. # Begin Source File
  278.  
  279. SOURCE=.\res\daovwdoc.ico
  280. # End Source File
  281. # Begin Source File
  282.  
  283. SOURCE=.\res\toolbar.bmp
  284. # End Source File
  285. # End Group
  286. # End Target
  287. # End Project
  288.