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

生物技术

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="xformat" - 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=xformat - 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 "xformat.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 "xformat.mak" CFG="xformat - Win32 ReleaseDLL"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "xformat - Win32 ReleaseDLL" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "xformat - Win32 ReleaseMT" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "xformat - Win32 Release" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "xformat - Win32 DebugDLL" (based on "Win32 (x86) Static Library")
  22. !MESSAGE "xformat - Win32 DebugMT" (based on "Win32 (x86) Static Library")
  23. !MESSAGE "xformat - 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)" == "xformat - 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 "E:cxxincludeobjtoolsformat" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  46. # ADD RSC /l 0x409 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LIB32=link.exe -lib
  51. # ADD BASE LIB32 /nologo
  52. # ADD LIB32 /nologo
  53. !ELSEIF  "$(CFG)" == "xformat - Win32 ReleaseMT"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 0
  56. # PROP BASE Output_Dir "ReleaseMT"
  57. # PROP BASE Intermediate_Dir "ReleaseMT"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 0
  61. # PROP Output_Dir "....libReleaseMT"
  62. # PROP Intermediate_Dir "ReleaseMT"
  63. # PROP Target_Dir ""
  64. MTL=midl.exe
  65. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  66. # ADD CPP /nologo /MT /W3 /GR /GX /O2 /I ".........include" /I "E:cxxincludeobjtoolsformat" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  67. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  68. # ADD RSC /l 0x409 /d "NDEBUG"
  69. BSC32=bscmake.exe
  70. # ADD BASE BSC32 /nologo
  71. # ADD BSC32 /nologo
  72. LIB32=link.exe -lib
  73. # ADD BASE LIB32 /nologo
  74. # ADD LIB32 /nologo
  75. !ELSEIF  "$(CFG)" == "xformat - Win32 Release"
  76. # PROP BASE Use_MFC 0
  77. # PROP BASE Use_Debug_Libraries 0
  78. # PROP BASE Output_Dir "Release"
  79. # PROP BASE Intermediate_Dir "Release"
  80. # PROP BASE Target_Dir ""
  81. # PROP Use_MFC 0
  82. # PROP Use_Debug_Libraries 0
  83. # PROP Output_Dir "....libRelease"
  84. # PROP Intermediate_Dir "Release"
  85. # PROP Target_Dir ""
  86. MTL=midl.exe
  87. # ADD BASE CPP /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  88. # ADD CPP /nologo /ML /W3 /GR /GX /O2 /I ".........include" /I "E:cxxincludeobjtoolsformat" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  89. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  90. # ADD RSC /l 0x409 /d "NDEBUG"
  91. BSC32=bscmake.exe
  92. # ADD BASE BSC32 /nologo
  93. # ADD BSC32 /nologo
  94. LIB32=link.exe -lib
  95. # ADD BASE LIB32 /nologo
  96. # ADD LIB32 /nologo
  97. !ELSEIF  "$(CFG)" == "xformat - Win32 DebugDLL"
  98. # PROP BASE Use_MFC 0
  99. # PROP BASE Use_Debug_Libraries 1
  100. # PROP BASE Output_Dir "DebugDLL"
  101. # PROP BASE Intermediate_Dir "DebugDLL"
  102. # PROP BASE Target_Dir ""
  103. # PROP Use_MFC 0
  104. # PROP Use_Debug_Libraries 1
  105. # PROP Output_Dir "....libDebugDLL"
  106. # PROP Intermediate_Dir "DebugDLL"
  107. # PROP Target_Dir ""
  108. MTL=midl.exe
  109. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  110. # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Z7 /Od /I ".........include" /I "E:cxxincludeobjtoolsformat" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  111. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  112. # ADD RSC /l 0x409 /d "_DEBUG"
  113. BSC32=bscmake.exe
  114. # ADD BASE BSC32 /nologo
  115. # ADD BSC32 /nologo
  116. LIB32=link.exe -lib
  117. # ADD BASE LIB32 /nologo
  118. # ADD LIB32 /nologo
  119. !ELSEIF  "$(CFG)" == "xformat - Win32 DebugMT"
  120. # PROP BASE Use_MFC 0
  121. # PROP BASE Use_Debug_Libraries 1
  122. # PROP BASE Output_Dir "DebugMT"
  123. # PROP BASE Intermediate_Dir "DebugMT"
  124. # PROP BASE Target_Dir ""
  125. # PROP Use_MFC 0
  126. # PROP Use_Debug_Libraries 1
  127. # PROP Output_Dir "....libDebugMT"
  128. # PROP Intermediate_Dir "DebugMT"
  129. # PROP Target_Dir ""
  130. MTL=midl.exe
  131. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  132. # ADD CPP /nologo /MTd /W3 /Gm /GR /GX /Z7 /Od /I ".........include" /I "E:cxxincludeobjtoolsformat" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  133. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  134. # ADD RSC /l 0x409 /d "_DEBUG"
  135. BSC32=bscmake.exe
  136. # ADD BASE BSC32 /nologo
  137. # ADD BSC32 /nologo
  138. LIB32=link.exe -lib
  139. # ADD BASE LIB32 /nologo
  140. # ADD LIB32 /nologo
  141. !ELSEIF  "$(CFG)" == "xformat - Win32 Debug"
  142. # PROP BASE Use_MFC 0
  143. # PROP BASE Use_Debug_Libraries 1
  144. # PROP BASE Output_Dir "Debug"
  145. # PROP BASE Intermediate_Dir "Debug"
  146. # PROP BASE Target_Dir ""
  147. # PROP Use_MFC 0
  148. # PROP Use_Debug_Libraries 1
  149. # PROP Output_Dir "....libDebug"
  150. # PROP Intermediate_Dir "Debug"
  151. # PROP Target_Dir ""
  152. MTL=midl.exe
  153. # ADD BASE CPP /nologo /MLd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  154. # ADD CPP /nologo /MLd /W3 /Gm /GR /GX /Z7 /Od /I ".........include" /I "E:cxxincludeobjtoolsformat" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  155. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  156. # ADD RSC /l 0x409 /d "_DEBUG"
  157. BSC32=bscmake.exe
  158. # ADD BASE BSC32 /nologo
  159. # ADD BSC32 /nologo
  160. LIB32=link.exe -lib
  161. # ADD BASE LIB32 /nologo
  162. # ADD LIB32 /nologo
  163. !ENDIF 
  164. # Begin Target
  165. # Name "xformat - Win32 ReleaseDLL"
  166. # Name "xformat - Win32 ReleaseMT"
  167. # Name "xformat - Win32 Release"
  168. # Name "xformat - Win32 DebugDLL"
  169. # Name "xformat - Win32 DebugMT"
  170. # Name "xformat - Win32 Debug"
  171. # Begin Group "Source Files"
  172. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  173. # Begin Group "items_src"
  174. # PROP Default_Filter ""
  175. # Begin Source File
  176. SOURCE=........srcobjtoolsformataccession_item.cpp
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=........srcobjtoolsformatbasecount_item.cpp
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=........srcobjtoolsformatcomment_item.cpp
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=........srcobjtoolsformatcontig_item.cpp
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=........srcobjtoolsformatdate_item.cpp
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=........srcobjtoolsformatdbsource_item.cpp
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=........srcobjtoolsformatdefline_item.cpp
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=........srcobjtoolsformatfeature_item.cpp
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=........srcobjtoolsformatflat_seqloc.cpp
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=........srcobjtoolsformatgenome_item.cpp
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=........srcobjtoolsformatkeywords_item.cpp
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=........srcobjtoolsformatlocus_item.cpp
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=........srcobjtoolsformatorigin_item.cpp
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=........srcobjtoolsformatprimary_item.cpp
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=........srcobjtoolsformatqualifiers.cpp
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=........srcobjtoolsformatreference_item.cpp
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=........srcobjtoolsformatsegment_item.cpp
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=........srcobjtoolsformatsequence_item.cpp
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=........srcobjtoolsformatsource_item.cpp
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=........srcobjtoolsformatversion_item.cpp
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=........srcobjtoolsformatwgs_item.cpp
  237. # End Source File
  238. # End Group
  239. # Begin Source File
  240. SOURCE=........srcobjtoolsformatcontext.cpp
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=........srcobjtoolsformatembl_formatter.cpp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=........srcobjtoolsformatembl_gather.cpp
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=........srcobjtoolsformatflat_file_config.cpp
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=........srcobjtoolsformatflat_file_generator.cpp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=........srcobjtoolsformatformat_item_ostream.cpp
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=........srcobjtoolsformatftable_formatter.cpp
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=........srcobjtoolsformatftable_gather.cpp
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=........srcobjtoolsformatgather_items.cpp
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=........srcobjtoolsformatgbseq_formatter.cpp
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=........srcobjtoolsformatgenbank_formatter.cpp
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=........srcobjtoolsformatgenbank_gather.cpp
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=........srcobjtoolsformatgff_formatter.cpp
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=........srcobjtoolsformatgff_gather.cpp
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=........srcobjtoolsformatitem_formatter.cpp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=........srcobjtoolsformatitem_ostream.cpp
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=........srcobjtoolsformatostream_text_ostream.cpp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=........srcobjtoolsformatutils.cpp
  292. # End Source File
  293. # End Group
  294. # Begin Group "Header Files"
  295. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  296. # Begin Group "items_inc"
  297. # PROP Default_Filter ""
  298. # Begin Source File
  299. SOURCE=........includeobjtoolsformatitemsaccession_item.hpp
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=........includeobjtoolsformatitemsbasecount_item.hpp
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=........includeobjtoolsformatitemscomment_item.hpp
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=........includeobjtoolsformatitemscontig_item.hpp
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=........includeobjtoolsformatitemsctrl_items.hpp
  312. # End Source File
  313. # Begin Source File
  314. SOURCE=........includeobjtoolsformatitemsdate_item.hpp
  315. # End Source File
  316. # Begin Source File
  317. SOURCE=........includeobjtoolsformatitemsdbsource_item.hpp
  318. # End Source File
  319. # Begin Source File
  320. SOURCE=........includeobjtoolsformatitemsdefline_item.hpp
  321. # End Source File
  322. # Begin Source File
  323. SOURCE=........includeobjtoolsformatitemsfeature_item.hpp
  324. # End Source File
  325. # Begin Source File
  326. SOURCE=........includeobjtoolsformatitemsflat_qual_slots.hpp
  327. # End Source File
  328. # Begin Source File
  329. SOURCE=........includeobjtoolsformatitemsflat_seqloc.hpp
  330. # End Source File
  331. # Begin Source File
  332. SOURCE=........includeobjtoolsformatitemsgenome_item.hpp
  333. # End Source File
  334. # Begin Source File
  335. SOURCE=........includeobjtoolsformatitemsitem.hpp
  336. # End Source File
  337. # Begin Source File
  338. SOURCE=........includeobjtoolsformatitemsitem_base.hpp
  339. # End Source File
  340. # Begin Source File
  341. SOURCE=........includeobjtoolsformatitemskeywords_item.hpp
  342. # End Source File
  343. # Begin Source File
  344. SOURCE=........includeobjtoolsformatitemslocus_item.hpp
  345. # End Source File
  346. # Begin Source File
  347. SOURCE=........includeobjtoolsformatitemsorigin_item.hpp
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=........includeobjtoolsformatitemsprimary_item.hpp
  351. # End Source File
  352. # Begin Source File
  353. SOURCE=........includeobjtoolsformatitemsqualifiers.hpp
  354. # End Source File
  355. # Begin Source File
  356. SOURCE=........includeobjtoolsformatitemsreference_item.hpp
  357. # End Source File
  358. # Begin Source File
  359. SOURCE=........includeobjtoolsformatitemssegment_item.hpp
  360. # End Source File
  361. # Begin Source File
  362. SOURCE=........includeobjtoolsformatitemssequence_item.hpp
  363. # End Source File
  364. # Begin Source File
  365. SOURCE=........includeobjtoolsformatitemssource_item.hpp
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=........includeobjtoolsformatitemsversion_item.hpp
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=........includeobjtoolsformatitemswgs_item.hpp
  372. # End Source File
  373. # End Group
  374. # Begin Source File
  375. SOURCE=........includeobjtoolsformatcontext.hpp
  376. # End Source File
  377. # Begin Source File
  378. SOURCE=........includeobjtoolsformatembl_formatter.hpp
  379. # End Source File
  380. # Begin Source File
  381. SOURCE=........includeobjtoolsformatembl_gather.hpp
  382. # End Source File
  383. # Begin Source File
  384. SOURCE=........includeobjtoolsformatflat_expt.hpp
  385. # End Source File
  386. # Begin Source File
  387. SOURCE=........includeobjtoolsformatflat_file_config.hpp
  388. # End Source File
  389. # Begin Source File
  390. SOURCE=........includeobjtoolsformatflat_file_generator.hpp
  391. # End Source File
  392. # Begin Source File
  393. SOURCE=........includeobjtoolsformatformat_item_ostream.hpp
  394. # End Source File
  395. # Begin Source File
  396. SOURCE=........includeobjtoolsformatformatter.hpp
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=........includeobjtoolsformatftable_formatter.hpp
  400. # End Source File
  401. # Begin Source File
  402. SOURCE=........includeobjtoolsformatftable_gather.hpp
  403. # End Source File
  404. # Begin Source File
  405. SOURCE=........includeobjtoolsformatgather_items.hpp
  406. # End Source File
  407. # Begin Source File
  408. SOURCE=........includeobjtoolsformatgbseq_formatter.hpp
  409. # End Source File
  410. # Begin Source File
  411. SOURCE=........includeobjtoolsformatgenbank_formatter.hpp
  412. # End Source File
  413. # Begin Source File
  414. SOURCE=........includeobjtoolsformatgenbank_gather.hpp
  415. # End Source File
  416. # Begin Source File
  417. SOURCE=........includeobjtoolsformatgff_formatter.hpp
  418. # End Source File
  419. # Begin Source File
  420. SOURCE=........includeobjtoolsformatgff_gather.hpp
  421. # End Source File
  422. # Begin Source File
  423. SOURCE=........includeobjtoolsformatitem_formatter.hpp
  424. # End Source File
  425. # Begin Source File
  426. SOURCE=........includeobjtoolsformatitem_ostream.hpp
  427. # End Source File
  428. # Begin Source File
  429. SOURCE=........includeobjtoolsformatostream_text_ostream.hpp
  430. # End Source File
  431. # Begin Source File
  432. SOURCE=........includeobjtoolsformattext_ostream.hpp
  433. # End Source File
  434. # End Group
  435. # End Target
  436. # End Project