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

生物技术

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="datatool" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=datatool - 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 "datatool.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 "datatool.mak" CFG="datatool - Win32 ReleaseDLL"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "datatool - Win32 ReleaseDLL" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "datatool - Win32 ReleaseMT" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "datatool - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "datatool - Win32 DebugDLL" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "datatool - Win32 DebugMT" (based on "Win32 (x86) Console Application")
  23. !MESSAGE "datatool - Win32 Debug" (based on "Win32 (x86) Console Application")
  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)" == "datatool - 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 "....binReleaseDLL"
  40. # PROP Intermediate_Dir "ReleaseDLL"
  41. # PROP Ignore_Export_Lib 0
  42. # PROP Target_Dir ""
  43. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  44. # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I ".........include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /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. LINK32=link.exe
  52. # 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 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 /incremental:no /subsystem:console /pdb:none /machine:I386
  53. # ADD LINK32 /nologo /incremental:no /subsystem:console /pdb:none /machine:I386
  54. !ELSEIF  "$(CFG)" == "datatool - 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 "....binReleaseMT"
  63. # PROP Intermediate_Dir "ReleaseMT"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  67. # ADD CPP /nologo /MT /W3 /GR /GX /O2 /I ".........include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /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. LINK32=link.exe
  75. # 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 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 /incremental:no /subsystem:console /pdb:none /machine:I386
  76. # ADD LINK32 /nologo /incremental:no /subsystem:console /pdb:none /machine:I386
  77. !ELSEIF  "$(CFG)" == "datatool - 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 "....binRelease"
  86. # PROP Intermediate_Dir "Release"
  87. # PROP Ignore_Export_Lib 0
  88. # PROP Target_Dir ""
  89. # ADD BASE CPP /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  90. # ADD CPP /nologo /ML /W3 /GR /GX /O2 /I ".........include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /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. LINK32=link.exe
  98. # 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 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 /incremental:no /subsystem:console /pdb:none /machine:I386
  99. # ADD LINK32 /nologo /incremental:no /subsystem:console /pdb:none /machine:I386
  100. !ELSEIF  "$(CFG)" == "datatool - 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 "....binDebugDLL"
  109. # PROP Intermediate_Dir "DebugDLL"
  110. # PROP Ignore_Export_Lib 0
  111. # PROP Target_Dir ""
  112. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  113. # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Z7 /Od /I ".........include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /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. LINK32=link.exe
  121. # 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 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 /incremental:yes /subsystem:console /pdb:none /debug /machine:I386
  122. # ADD LINK32 /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:I386
  123. !ELSEIF  "$(CFG)" == "datatool - 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 "....binDebugMT"
  132. # PROP Intermediate_Dir "DebugMT"
  133. # PROP Ignore_Export_Lib 0
  134. # PROP Target_Dir ""
  135. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  136. # ADD CPP /nologo /MTd /W3 /Gm /GR /GX /Z7 /Od /I ".........include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /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. LINK32=link.exe
  144. # 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 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 /incremental:yes /subsystem:console /pdb:none /debug /machine:I386
  145. # ADD LINK32 /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:I386
  146. !ELSEIF  "$(CFG)" == "datatool - 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 "....binDebug"
  155. # PROP Intermediate_Dir "Debug"
  156. # PROP Ignore_Export_Lib 0
  157. # PROP Target_Dir ""
  158. # ADD BASE CPP /nologo /MLd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  159. # ADD CPP /nologo /MLd /W3 /Gm /GR /GX /Z7 /Od /I ".........include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /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. LINK32=link.exe
  167. # 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 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 /incremental:yes /subsystem:console /pdb:none /debug /machine:I386
  168. # ADD LINK32 /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:I386
  169. !ENDIF 
  170. # Begin Target
  171. # Name "datatool - Win32 ReleaseDLL"
  172. # Name "datatool - Win32 ReleaseMT"
  173. # Name "datatool - Win32 Release"
  174. # Name "datatool - Win32 DebugDLL"
  175. # Name "datatool - Win32 DebugMT"
  176. # Name "datatool - 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=........srcserialdatatoolalexer.cpp
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=........srcserialdatatoolaliasstr.cpp
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=........srcserialdatatoolaparser.cpp
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=........srcserialdatatoolblocktype.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=........srcserialdatatoolchoiceptrstr.cpp
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=........srcserialdatatoolchoicestr.cpp
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=........srcserialdatatoolchoicetype.cpp
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=........srcserialdatatoolclassstr.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=........srcserialdatatoolcode.cpp
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=........srcserialdatatoolcomments.cpp
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=........srcserialdatatooldatatool.cpp
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=........srcserialdatatooldtdaux.cpp
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=........srcserialdatatooldtdlexer.cpp
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=........srcserialdatatooldtdparser.cpp
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=........srcserialdatatoolenumstr.cpp
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=........srcserialdatatoolenumtype.cpp
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=........srcserialdatatoolexceptions.cpp
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=........srcserialdatatoolfilecode.cpp
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=........srcserialdatatoolfileutil.cpp
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=........srcserialdatatoolgenerate.cpp
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=........srcserialdatatoollexer.cpp
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=........srcserialdatatoolmcontainer.cpp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=........srcserialdatatoolmodule.cpp
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=........srcserialdatatoolmoduleset.cpp
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=........srcserialdatatoolnamespace.cpp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=........srcserialdatatoolparser.cpp
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=........srcserialdatatoolptrstr.cpp
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=........srcserialdatatoolreftype.cpp
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=........srcserialdatatoolrpcgen.cpp
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=........srcserialdatatoolsrcutil.cpp
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=........srcserialdatatoolstatictype.cpp
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=........srcserialdatatoolstdstr.cpp
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=........srcserialdatatoolstlstr.cpp
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=........srcserialdatatooltype.cpp
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=........srcserialdatatooltypestr.cpp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=........srcserialdatatoolunitype.cpp
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=........srcserialdatatoolvalue.cpp
  289. # End Source File
  290. # End Group
  291. # Begin Group "Header Files"
  292. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  293. # Begin Source File
  294. SOURCE=........includeserialdatatoolalexer.hpp
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=........includeserialdatatoolaliasstr.hpp
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=........includeserialdatatoolaparser.hpp
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=........includeserialdatatoolatoken.hpp
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=........includeserialdatatoolblocktype.hpp
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=........includeserialdatatoolchoiceptrstr.hpp
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=........includeserialdatatoolchoicestr.hpp
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=........includeserialdatatoolchoicetype.hpp
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=........includeserialdatatoolclassctx.hpp
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=........includeserialdatatoolclassstr.hpp
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=........includeserialdatatoolcode.hpp
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=........includeserialdatatoolcomments.hpp
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=........includeserialdatatooldatatool.hpp
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=........includeserialdatatooldtdaux.hpp
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=........includeserialdatatooldtdlexer.hpp
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=........includeserialdatatooldtdparser.hpp
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=........includeserialdatatoolenumstr.hpp
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=........includeserialdatatoolenumtype.hpp
  346. # End Source File
  347. # Begin Source File
  348. SOURCE=........includeserialdatatoolexceptions.hpp
  349. # End Source File
  350. # Begin Source File
  351. SOURCE=........includeserialdatatoolfilecode.hpp
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=........includeserialdatatoolfileutil.hpp
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=........includeserialdatatoolgenerate.hpp
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=........includeserialdatatoollexer.hpp
  361. # End Source File
  362. # Begin Source File
  363. SOURCE=........includeserialdatatoolmcontainer.hpp
  364. # End Source File
  365. # Begin Source File
  366. SOURCE=........includeserialdatatoolmodule.hpp
  367. # End Source File
  368. # Begin Source File
  369. SOURCE=........includeserialdatatoolmoduleset.hpp
  370. # End Source File
  371. # Begin Source File
  372. SOURCE=........includeserialdatatoolnamespace.hpp
  373. # End Source File
  374. # Begin Source File
  375. SOURCE=........includeserialdatatoolparser.hpp
  376. # End Source File
  377. # Begin Source File
  378. SOURCE=........includeserialdatatoolptrstr.hpp
  379. # End Source File
  380. # Begin Source File
  381. SOURCE=........includeserialdatatoolreftype.hpp
  382. # End Source File
  383. # Begin Source File
  384. SOURCE=........includeserialdatatoolrpcgen.hpp
  385. # End Source File
  386. # Begin Source File
  387. SOURCE=........includeserialdatatoolsrcutil.hpp
  388. # End Source File
  389. # Begin Source File
  390. SOURCE=........includeserialdatatoolstatictype.hpp
  391. # End Source File
  392. # Begin Source File
  393. SOURCE=........includeserialdatatoolstdstr.hpp
  394. # End Source File
  395. # Begin Source File
  396. SOURCE=........includeserialdatatoolstlstr.hpp
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=........includeserialdatatooltokens.hpp
  400. # End Source File
  401. # Begin Source File
  402. SOURCE=........includeserialdatatooltype.hpp
  403. # End Source File
  404. # Begin Source File
  405. SOURCE=........includeserialdatatooltypestr.hpp
  406. # End Source File
  407. # Begin Source File
  408. SOURCE=........includeserialdatatoolunitype.hpp
  409. # End Source File
  410. # Begin Source File
  411. SOURCE=........includeserialdatatoolvalue.hpp
  412. # End Source File
  413. # End Group
  414. # Begin Group "Resource Files"
  415. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  416. # Begin Source File
  417. SOURCE=....ncbi.rc
  418. # End Source File
  419. # End Group
  420. # End Target
  421. # End Project