MDIBIND.DSP
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:13k
源码类别:

Windows编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="MDIBind" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=MDIBind - Win32 Release
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE 
  9. !MESSAGE NMAKE /f "mdibind.mak".
  10. !MESSAGE 
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "mdibind.mak" CFG="MDIBind - Win32 Release"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "MDIBind - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "MDIBind - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "MDIBind - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  21. !MESSAGE "MDIBind - Win32 Unicode Release" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "MDIBind - Win32 Release"
  29. # PROP BASE Use_MFC 5
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir ".Release"
  32. # PROP BASE Intermediate_Dir ".Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 6
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir ".Release"
  37. # PROP Intermediate_Dir ".Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. F90=fl32.exe
  41. # ADD BASE F90 /I "Release/"
  42. # ADD F90 /I "Release/"
  43. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  44. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  45. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  46. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  47. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  48. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=link.exe
  53. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  54. # ADD LINK32 odbc32.lib /nologo /subsystem:windows /machine:I386
  55. !ELSEIF  "$(CFG)" == "MDIBind - Win32 Debug"
  56. # PROP BASE Use_MFC 5
  57. # PROP BASE Use_Debug_Libraries 1
  58. # PROP BASE Output_Dir ".Debug"
  59. # PROP BASE Intermediate_Dir ".Debug"
  60. # PROP BASE Target_Dir ""
  61. # PROP Use_MFC 6
  62. # PROP Use_Debug_Libraries 1
  63. # PROP Output_Dir ".Debug"
  64. # PROP Intermediate_Dir ".Debug"
  65. # PROP Ignore_Export_Lib 0
  66. # PROP Target_Dir ""
  67. F90=fl32.exe
  68. # ADD BASE F90 /I "Debug/"
  69. # ADD F90 /I "Debug/"
  70. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  71. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  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 /nologo /subsystem:windows /debug /machine:I386
  81. # ADD LINK32 odbc32.lib /nologo /subsystem:windows /debug /machine:I386
  82. !ELSEIF  "$(CFG)" == "MDIBind - Win32 Unicode Debug"
  83. # PROP BASE Use_MFC 5
  84. # PROP BASE Use_Debug_Libraries 1
  85. # PROP BASE Output_Dir ".MDIBind_"
  86. # PROP BASE Intermediate_Dir ".MDIBind_"
  87. # PROP BASE Target_Dir ""
  88. # PROP Use_MFC 6
  89. # PROP Use_Debug_Libraries 1
  90. # PROP Output_Dir ".UniDebug"
  91. # PROP Intermediate_Dir ".UniDebug"
  92. # PROP Ignore_Export_Lib 0
  93. # PROP Target_Dir ""
  94. F90=fl32.exe
  95. # ADD BASE F90 /I "MDIBind_/"
  96. # ADD F90 /I "UniDebug/"
  97. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  98. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  99. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  100. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  101. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  102. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  103. BSC32=bscmake.exe
  104. # ADD BASE BSC32 /nologo
  105. # ADD BSC32 /nologo
  106. LINK32=link.exe
  107. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  108. # ADD LINK32 odbc32.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  109. !ELSEIF  "$(CFG)" == "MDIBind - Win32 Unicode Release"
  110. # PROP BASE Use_MFC 5
  111. # PROP BASE Use_Debug_Libraries 0
  112. # PROP BASE Output_Dir ".MDIBind0"
  113. # PROP BASE Intermediate_Dir ".MDIBind0"
  114. # PROP BASE Target_Dir ""
  115. # PROP Use_MFC 6
  116. # PROP Use_Debug_Libraries 0
  117. # PROP Output_Dir ".UniRel"
  118. # PROP Intermediate_Dir ".UniRel"
  119. # PROP Ignore_Export_Lib 0
  120. # PROP Target_Dir ""
  121. F90=fl32.exe
  122. # ADD BASE F90 /I "MDIBind0/"
  123. # ADD F90 /I "UniRel/"
  124. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  125. # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  126. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  127. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  128. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  129. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  130. BSC32=bscmake.exe
  131. # ADD BASE BSC32 /nologo
  132. # ADD BSC32 /nologo
  133. LINK32=link.exe
  134. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  135. # ADD LINK32 odbc32.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  136. !ENDIF 
  137. # Begin Target
  138. # Name "MDIBind - Win32 Release"
  139. # Name "MDIBind - Win32 Debug"
  140. # Name "MDIBind - Win32 Unicode Debug"
  141. # Name "MDIBind - Win32 Unicode Release"
  142. # Begin Group "Source Files"
  143. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  144. # Begin Source File
  145. SOURCE=.DSNDlg.cpp
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.gridfrm.cpp
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.gridview.cpp
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.MainFrm.cpp
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=.maskfrm.cpp
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.maskview.cpp
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.MDIBind.cpp
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.MDIBind.rc
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.MDIDoc.cpp
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.msdgrid.cpp
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.msmask.cpp
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.rdc.cpp
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.RDCDlg.cpp
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.RDCFrm.cpp
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.RDCView.cpp
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.rdocol.cpp
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.rdocols.cpp
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.rdoreslt.cpp
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.StdAfx.cpp
  200. # ADD CPP /Yc"stdafx.h"
  201. # End Source File
  202. # End Group
  203. # Begin Group "Header Files"
  204. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  205. # Begin Source File
  206. SOURCE=.DSNDlg.h
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.gridfrm.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.gridview.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.MainFrm.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.maskfrm.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.maskview.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.mcsdsc.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.MDIBind.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.MDIDoc.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.msdgrid.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.msmask.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.RDCDlg.h
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.RDCFrm.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.RDCView.h
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.rdocol.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.rdocols.h
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=.rdoreslt.h
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=.StdAfx.h
  258. # End Source File
  259. # End Group
  260. # Begin Group "Resource Files"
  261. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  262. # Begin Source File
  263. SOURCE=.resgrid.ico
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=.resmask.ico
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=.resMDIBind.ico
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=.resMDIBind.rc2
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=.resMDIDoc.ico
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=.resToolbar.bmp
  279. # End Source File
  280. # End Group
  281. # End Target
  282. # End Project
  283. # Section OLE Controls
  284. #  {00028C00-0000-0000-0000-000000000046}
  285. #  {C932BA85-4374-101B-A56C-00AA003668DC}
  286. #  {4F5F826A-8AAF-11CE-A77F-08002B2F4E98}
  287. # End Section
  288. # Section MDIBind : {4F5F826A-8AAF-11CE-A77F-08002B2F4E98}
  289. #  0:12:rdoColumns.h:C:mfc42nonshipMDIBindrdoColumns.h
  290. #  0:25:rdoPreparedStatements.cpp:C:mfc42nonshipMDIBindrdoPreparedStatements.cpp
  291. #  0:8:Font.cpp:C:mfc42nonshipMDIBindFont.cpp
  292. #  0:13:rdoColumn.cpp:C:mfc42nonshipMDIBindrdoColumn.cpp
  293. #  0:14:rdoResultset.h:C:mfc42nonshipMDIBindrdoResultset.h
  294. #  0:6:Font.h:C:mfc42nonshipMDIBindFont.h
  295. #  0:11:rdoColumn.h:C:mfc42nonshipMDIBindrdoColumn.h
  296. #  0:15:rdoParameters.h:C:mfc42nonshipMDIBindrdoParameters.h
  297. #  0:8:McsDsc.h:C:mfc42nonshipMDIBindMcsDsc.h
  298. #  0:10:rdoTable.h:C:mfc42nonshipMDIBindrdoTable.h
  299. #  0:17:rdoConnection.cpp:C:mfc42nonshipMDIBindrdoConnection.cpp
  300. #  0:23:rdoPreparedStatements.h:C:mfc42nonshipMDIBindrdoPreparedStatements.h
  301. #  0:15:rdoConnection.h:C:mfc42nonshipMDIBindrdoConnection.h
  302. #  0:18:rdoEnvironment.cpp:C:mfc42nonshipMDIBindrdoEnvironment.cpp
  303. #  0:17:rdoParameters.cpp:C:mfc42nonshipMDIBindrdoParameters.cpp
  304. #  0:10:McsDsc.cpp:C:mfc42nonshipMDIBindMcsDsc.cpp
  305. #  0:14:rdoColumns.cpp:C:mfc42nonshipMDIBindrdoColumns.cpp
  306. #  0:14:rdoParameter.h:C:mfc42nonshipMDIBindrdoParameter.h
  307. #  0:11:rdoTables.h:C:mfc42nonshipMDIBindrdoTables.h
  308. #  0:12:rdoTable.cpp:C:mfc42nonshipMDIBindrdoTable.cpp
  309. #  0:18:rdoConnections.cpp:C:mfc42nonshipMDIBindrdoConnections.cpp
  310. #  0:13:rdoTables.cpp:C:mfc42nonshipMDIBindrdoTables.cpp
  311. #  0:16:rdoEnvironment.h:C:mfc42nonshipMDIBindrdoEnvironment.h
  312. #  0:16:rdoConnections.h:C:mfc42nonshipMDIBindrdoConnections.h
  313. #  0:24:rdoPreparedStatement.cpp:C:mfc42nonshipMDIBindrdoPreparedStatement.cpp
  314. #  0:16:rdoResultset.cpp:C:mfc42nonshipMDIBindrdoResultset.cpp
  315. #  0:17:rdoResultsets.cpp:C:mfc42nonshipMDIBindrdoResultsets.cpp
  316. #  0:22:rdoPreparedStatement.h:C:mfc42nonshipMDIBindrdoPreparedStatement.h
  317. #  0:16:rdoParameter.cpp:C:mfc42nonshipMDIBindrdoParameter.cpp
  318. #  0:15:rdoResultsets.h:C:mfc42nonshipMDIBindrdoResultsets.h
  319. #  2:21:DefaultSinkHeaderFile:mcsdsc.h
  320. #  2:16:DefaultSinkClass:CMcsDsc
  321. # End Section
  322. # Section MDIBind : {00028C02-0000-0000-0000-000000000046}
  323. #  2:5:Class:CMsDgridCtrl
  324. #  2:10:HeaderFile:msdgrid.h
  325. #  2:8:ImplFile:msdgrid.cpp
  326. # End Section
  327. # Section MDIBind : {B541C03A-63BC-11CE-920C-08002B369A33}
  328. #  2:5:Class:CrdoColumn
  329. #  2:10:HeaderFile:rdocol.h
  330. #  2:8:ImplFile:rdocol.cpp
  331. # End Section
  332. # Section MDIBind : {2E746492-6ED1-11CE-9223-08002B369A33}
  333. #  2:5:Class:CrdoColumns
  334. #  2:10:HeaderFile:rdocols.h
  335. #  2:8:ImplFile:rdocols.cpp
  336. # End Section
  337. # Section MDIBind : {B541C03E-63BC-11CE-920C-08002B369A33}
  338. #  2:5:Class:CrdoResultset
  339. #  2:10:HeaderFile:rdoreslt.h
  340. #  2:8:ImplFile:rdoreslt.cpp
  341. # End Section
  342. # Section MDIBind : {C932BA86-4374-101B-A56C-00AA003668DC}
  343. #  2:5:Class:CMsmask
  344. #  2:10:HeaderFile:msmask.h
  345. #  2:8:ImplFile:msmask.cpp
  346. # End Section
  347. # Section MDIBind : {00028C00-0000-0000-0000-000000000046}
  348. #  0:9:Picture.h:C:mfc42nonshipMDIBindPicture.h
  349. #  0:8:Font.cpp:C:mfc42nonshipMDIBindFont.cpp
  350. #  0:6:Font.h:C:mfc42nonshipMDIBindFont.h
  351. #  0:11:Picture.cpp:C:mfc42nonshipMDIBindPicture.cpp
  352. #  0:13:MsDgridCtrl.h:C:mfc42nonshipMDIBindMsDgridCtrl.h
  353. #  0:15:MsDgridCtrl.cpp:C:mfc42nonshipMDIBindMsDgridCtrl.cpp
  354. #  2:21:DefaultSinkHeaderFile:msdgrid.h
  355. #  2:16:DefaultSinkClass:CMsDgridCtrl
  356. # End Section
  357. # Section MDIBind : {4F5F8265-8AAF-11CE-A77F-08002B2F4E98}
  358. #  2:5:Class:CMcsDsc
  359. #  2:10:HeaderFile:mcsdsc.h
  360. #  2:8:ImplFile:mcsdsc.cpp
  361. # End Section
  362. # Section MDIBind : {C932BA85-4374-101B-A56C-00AA003668DC}
  363. #  0:9:Picture.h:C:mfc42nonshipMDIBindPicture.h
  364. #  0:8:Font.cpp:C:mfc42nonshipMDIBindFont.cpp
  365. #  0:6:Font.h:C:mfc42nonshipMDIBindFont.h
  366. #  0:11:Picture.cpp:C:mfc42nonshipMDIBindPicture.cpp
  367. #  0:8:Msmask.h:C:mfc42nonshipMDIBindMsmask.h
  368. #  0:10:Msmask.cpp:C:mfc42nonshipMDIBindMsmask.cpp
  369. #  2:21:DefaultSinkHeaderFile:msmask.h
  370. #  2:16:DefaultSinkClass:CMsmask
  371. # End Section