bdb.dsp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:9k
源码类别:

生物技术

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="bdb" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=bdb - Win32 ReleaseDLL
  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 "bdb.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 "bdb.mak" CFG="bdb - Win32 ReleaseDLL"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "bdb - Win32 ReleaseDLL" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "bdb - Win32 ReleaseMT" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "bdb - Win32 Release" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "bdb - Win32 DebugDLL" (based on "Win32 (x86) Static Library")
  22. !MESSAGE "bdb - Win32 DebugMT" (based on "Win32 (x86) Static Library")
  23. !MESSAGE "bdb - Win32 Debug" (based on "Win32 (x86) Static Library")
  24. !MESSAGE 
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""
  28. # PROP Scc_LocalPath ""
  29. CPP=cl.exe
  30. RSC=rc.exe
  31. !IF  "$(CFG)" == "bdb - Win32 ReleaseDLL"
  32. # PROP BASE Use_MFC 0
  33. # PROP BASE Use_Debug_Libraries 0
  34. # PROP BASE Output_Dir "ReleaseDLL"
  35. # PROP BASE Intermediate_Dir "ReleaseDLL"
  36. # PROP BASE Target_Dir ""
  37. # PROP Use_MFC 0
  38. # PROP Use_Debug_Libraries 0
  39. # PROP Output_Dir "..libReleaseDLL"
  40. # PROP Intermediate_Dir "ReleaseDLL"
  41. # PROP Target_Dir ""
  42. MTL=midl.exe
  43. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  44. # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I ".......include" /I ".........libdbinclude" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  45. # SUBTRACT CPP /Fr
  46. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  47. # ADD RSC /l 0x409 /d "NDEBUG"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LIB32=link.exe -lib
  52. # ADD BASE LIB32 /nologo
  53. # ADD LIB32 /nologo
  54. !ELSEIF  "$(CFG)" == "bdb - Win32 ReleaseMT"
  55. # PROP BASE Use_MFC 0
  56. # PROP BASE Use_Debug_Libraries 0
  57. # PROP BASE Output_Dir "ReleaseMT"
  58. # PROP BASE Intermediate_Dir "ReleaseMT"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 0
  61. # PROP Use_Debug_Libraries 0
  62. # PROP Output_Dir "..libReleaseMT"
  63. # PROP Intermediate_Dir "ReleaseMT"
  64. # PROP Target_Dir ""
  65. MTL=midl.exe
  66. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  67. # ADD CPP /nologo /MT /W3 /GR /GX /O2 /I ".......include" /I ".........libdbinclude" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  68. # SUBTRACT CPP /Fr
  69. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  70. # ADD RSC /l 0x409 /d "NDEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LIB32=link.exe -lib
  75. # ADD BASE LIB32 /nologo
  76. # ADD LIB32 /nologo
  77. !ELSEIF  "$(CFG)" == "bdb - Win32 Release"
  78. # PROP BASE Use_MFC 0
  79. # PROP BASE Use_Debug_Libraries 0
  80. # PROP BASE Output_Dir "Release"
  81. # PROP BASE Intermediate_Dir "Release"
  82. # PROP BASE Target_Dir ""
  83. # PROP Use_MFC 0
  84. # PROP Use_Debug_Libraries 0
  85. # PROP Output_Dir "..libRelease"
  86. # PROP Intermediate_Dir "Release"
  87. # PROP Target_Dir ""
  88. MTL=midl.exe
  89. # ADD BASE CPP /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  90. # ADD CPP /nologo /ML /W3 /GR /GX /O2 /I ".......include" /I ".........libdbinclude" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  91. # SUBTRACT CPP /Fr
  92. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  93. # ADD RSC /l 0x409 /d "NDEBUG"
  94. BSC32=bscmake.exe
  95. # ADD BASE BSC32 /nologo
  96. # ADD BSC32 /nologo
  97. LIB32=link.exe -lib
  98. # ADD BASE LIB32 /nologo
  99. # ADD LIB32 /nologo
  100. !ELSEIF  "$(CFG)" == "bdb - Win32 DebugDLL"
  101. # PROP BASE Use_MFC 0
  102. # PROP BASE Use_Debug_Libraries 1
  103. # PROP BASE Output_Dir "DebugDLL"
  104. # PROP BASE Intermediate_Dir "DebugDLL"
  105. # PROP BASE Target_Dir ""
  106. # PROP Use_MFC 0
  107. # PROP Use_Debug_Libraries 1
  108. # PROP Output_Dir "..libDebugDLL"
  109. # PROP Intermediate_Dir "DebugDLL"
  110. # PROP Target_Dir ""
  111. MTL=midl.exe
  112. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  113. # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Z7 /Od /I ".......include" /I ".........libdbinclude" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  114. # SUBTRACT CPP /Fr
  115. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  116. # ADD RSC /l 0x409 /d "_DEBUG"
  117. BSC32=bscmake.exe
  118. # ADD BASE BSC32 /nologo
  119. # ADD BSC32 /nologo
  120. LIB32=link.exe -lib
  121. # ADD BASE LIB32 /nologo
  122. # ADD LIB32 /nologo
  123. !ELSEIF  "$(CFG)" == "bdb - Win32 DebugMT"
  124. # PROP BASE Use_MFC 0
  125. # PROP BASE Use_Debug_Libraries 1
  126. # PROP BASE Output_Dir "DebugMT"
  127. # PROP BASE Intermediate_Dir "DebugMT"
  128. # PROP BASE Target_Dir ""
  129. # PROP Use_MFC 0
  130. # PROP Use_Debug_Libraries 1
  131. # PROP Output_Dir "..libDebugMT"
  132. # PROP Intermediate_Dir "DebugMT"
  133. # PROP Target_Dir ""
  134. MTL=midl.exe
  135. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  136. # ADD CPP /nologo /MTd /W3 /Gm /GR /GX /Z7 /Od /I ".......include" /I ".........libdbinclude" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  137. # SUBTRACT CPP /Fr
  138. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  139. # ADD RSC /l 0x409 /d "_DEBUG"
  140. BSC32=bscmake.exe
  141. # ADD BASE BSC32 /nologo
  142. # ADD BSC32 /nologo
  143. LIB32=link.exe -lib
  144. # ADD BASE LIB32 /nologo
  145. # ADD LIB32 /nologo
  146. !ELSEIF  "$(CFG)" == "bdb - Win32 Debug"
  147. # PROP BASE Use_MFC 0
  148. # PROP BASE Use_Debug_Libraries 1
  149. # PROP BASE Output_Dir "Debug"
  150. # PROP BASE Intermediate_Dir "Debug"
  151. # PROP BASE Target_Dir ""
  152. # PROP Use_MFC 0
  153. # PROP Use_Debug_Libraries 1
  154. # PROP Output_Dir "..libDebug"
  155. # PROP Intermediate_Dir "Debug"
  156. # PROP Target_Dir ""
  157. MTL=midl.exe
  158. # ADD BASE CPP /nologo /MLd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  159. # ADD CPP /nologo /MLd /W3 /Gm /GR /GX /Z7 /Od /I ".......include" /I ".........libdbinclude" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  160. # SUBTRACT CPP /Fr
  161. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  162. # ADD RSC /l 0x409 /d "_DEBUG"
  163. BSC32=bscmake.exe
  164. # ADD BASE BSC32 /nologo
  165. # ADD BSC32 /nologo
  166. LIB32=link.exe -lib
  167. # ADD BASE LIB32 /nologo
  168. # ADD LIB32 /nologo
  169. !ENDIF 
  170. # Begin Target
  171. # Name "bdb - Win32 ReleaseDLL"
  172. # Name "bdb - Win32 ReleaseMT"
  173. # Name "bdb - Win32 Release"
  174. # Name "bdb - Win32 DebugDLL"
  175. # Name "bdb - Win32 DebugMT"
  176. # Name "bdb - Win32 Debug"
  177. # Begin Group "Source Files"
  178. # PROP Default_Filter "cpp;c;cxx;def;r;odl;idl;hpj;bat"
  179. # Begin Source File
  180. SOURCE=......srcbdbbdb_blob.cpp
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=......srcbdbbdb_blobcache.cpp
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=......srcbdbbdb_cursor.cpp
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=......srcbdbbdb_env.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=......srcbdbbdb_expt.cpp
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=......srcbdbbdb_file.cpp
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=......srcbdbbdb_filedump.cpp
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=......srcbdbbdb_query.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=......srcbdbbdb_query_parser_main.cpp
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=......srcbdbbdb_trans.cpp
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=......srcbdbbdb_types.cpp
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=......srcbdbbdb_util.cpp
  214. # End Source File
  215. # End Group
  216. # Begin Group "Header Files"
  217. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  218. # Begin Source File
  219. SOURCE=......includebdbbdb_blob.hpp
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=......includebdbbdb_blobcache.hpp
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=......includebdbbdb_cursor.hpp
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=......includebdbbdb_env.hpp
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=......includebdbbdb_expt.hpp
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=......includebdbbdb_file.hpp
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=......includebdbbdb_filedump.hpp
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=......includebdbbdb_map.hpp
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=......includebdbbdb_query.hpp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=......includebdbbdb_query_parser.hpp
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=......includebdbbdb_trans.hpp
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=......includebdbbdb_types.hpp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=......includebdbbdb_util.hpp
  256. # End Source File
  257. # End Group
  258. # End Target
  259. # End Project