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

生物技术

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="threader" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=threader - 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 "threader.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 "threader.mak" CFG="threader - Win32 ReleaseDLL"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "threader - Win32 ReleaseDLL" (based on "Win32 (x86) Application")
  19. !MESSAGE "threader - Win32 ReleaseMT" (based on "Win32 (x86) Application")
  20. !MESSAGE "threader - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "threader - Win32 DebugDLL" (based on "Win32 (x86) Application")
  22. !MESSAGE "threader - Win32 DebugMT" (based on "Win32 (x86) Application")
  23. !MESSAGE "threader - Win32 Debug" (based on "Win32 (x86) Application")
  24. !MESSAGE 
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""
  28. # PROP Scc_LocalPath ""
  29. CPP=cl.exe
  30. MTL=midl.exe
  31. RSC=rc.exe
  32. !IF  "$(CFG)" == "threader - Win32 ReleaseDLL"
  33. # PROP BASE Use_MFC 0
  34. # PROP BASE Use_Debug_Libraries 0
  35. # PROP BASE Output_Dir "ReleaseDLL"
  36. # PROP BASE Intermediate_Dir "ReleaseDLL"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 0
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir "ReleaseDLL"
  41. # PROP Intermediate_Dir "ReleaseDLL"
  42. # PROP Ignore_Export_Lib 0
  43. # PROP Target_Dir ""
  44. LIB32=link.exe -lib
  45. # ADD BASE LIB32 /nologo
  46. # ADD LIB32 /nologo
  47. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  48. # ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "........include" /I "........includectools" /I "...........ncbiinclude" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c
  49. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  50. # ADD RSC /l 0x409 /d "NDEBUG"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # ADD BASE LINK32 /pdb:none /machine:IX86
  56. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib ws2_32.lib user32.lib /nologo /incremental:no /subsystem:console /pdb:none /machine:IX86 /libpath:"...........ncbiReleaseDLL"
  57. !ELSEIF  "$(CFG)" == "threader - Win32 ReleaseMT"
  58. # PROP BASE Use_MFC 0
  59. # PROP BASE Use_Debug_Libraries 0
  60. # PROP BASE Output_Dir "ReleaseMT"
  61. # PROP BASE Intermediate_Dir "ReleaseMT"
  62. # PROP BASE Target_Dir ""
  63. # PROP Use_MFC 0
  64. # PROP Use_Debug_Libraries 0
  65. # PROP Output_Dir "ReleaseMT"
  66. # PROP Intermediate_Dir "ReleaseMT"
  67. # PROP Ignore_Export_Lib 0
  68. # PROP Target_Dir ""
  69. LIB32=link.exe -lib
  70. # ADD BASE LIB32 /nologo
  71. # ADD LIB32 /nologo
  72. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  73. # ADD CPP /nologo /MT /W3 /GR /GX /O2 /I "........include" /I "........includectools" /I "...........ncbiinclude" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c
  74. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  75. # ADD RSC /l 0x409 /d "NDEBUG"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. LINK32=link.exe
  80. # ADD BASE LINK32 /pdb:none /machine:IX86
  81. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib ws2_32.lib user32.lib /nologo /incremental:no /subsystem:console /pdb:none /machine:IX86 /libpath:"...........ncbiReleaseMT"
  82. !ELSEIF  "$(CFG)" == "threader - Win32 Release"
  83. # PROP BASE Use_MFC 0
  84. # PROP BASE Use_Debug_Libraries 0
  85. # PROP BASE Output_Dir "Release"
  86. # PROP BASE Intermediate_Dir "Release"
  87. # PROP BASE Target_Dir ""
  88. # PROP Use_MFC 0
  89. # PROP Use_Debug_Libraries 0
  90. # PROP Output_Dir "Release"
  91. # PROP Intermediate_Dir "Release"
  92. # PROP Ignore_Export_Lib 0
  93. # PROP Target_Dir ""
  94. LIB32=link.exe -lib
  95. # ADD BASE LIB32 /nologo
  96. # ADD LIB32 /nologo
  97. # ADD BASE CPP /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  98. # ADD CPP /nologo /ML /W3 /GR /GX /O2 /I "........include" /I "........includectools" /I "...........ncbiinclude" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /c
  99. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  100. # ADD RSC /l 0x409 /d "NDEBUG"
  101. BSC32=bscmake.exe
  102. # ADD BASE BSC32 /nologo
  103. # ADD BSC32 /nologo
  104. LINK32=link.exe
  105. # ADD BASE LINK32 /pdb:none /machine:IX86
  106. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib ws2_32.lib user32.lib /nologo /incremental:no /subsystem:console /pdb:none /machine:IX86 /libpath:"...........ncbiRelease"
  107. !ELSEIF  "$(CFG)" == "threader - Win32 DebugDLL"
  108. # PROP BASE Use_MFC 0
  109. # PROP BASE Use_Debug_Libraries 1
  110. # PROP BASE Output_Dir "DebugDLL"
  111. # PROP BASE Intermediate_Dir "DebugDLL"
  112. # PROP BASE Target_Dir ""
  113. # PROP Use_MFC 0
  114. # PROP Use_Debug_Libraries 1
  115. # PROP Output_Dir "DebugDLL"
  116. # PROP Intermediate_Dir "DebugDLL"
  117. # PROP Ignore_Export_Lib 0
  118. # PROP Target_Dir ""
  119. LIB32=link.exe -lib
  120. # ADD BASE LIB32 /nologo
  121. # ADD LIB32 /nologo
  122. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  123. # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Z7 /Od /I "........include" /I "........includectools" /I "...........ncbiinclude" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  124. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  125. # ADD RSC /l 0x409 /d "_DEBUG"
  126. BSC32=bscmake.exe
  127. # ADD BASE BSC32 /nologo
  128. # ADD BSC32 /nologo
  129. LINK32=link.exe
  130. # ADD BASE LINK32 /pdb:none /debug /machine:IX86
  131. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib ws2_32.lib user32.lib /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:IX86 /libpath:"...........ncbiDebugDLL"
  132. !ELSEIF  "$(CFG)" == "threader - Win32 DebugMT"
  133. # PROP BASE Use_MFC 0
  134. # PROP BASE Use_Debug_Libraries 1
  135. # PROP BASE Output_Dir "DebugMT"
  136. # PROP BASE Intermediate_Dir "DebugMT"
  137. # PROP BASE Target_Dir ""
  138. # PROP Use_MFC 0
  139. # PROP Use_Debug_Libraries 1
  140. # PROP Output_Dir "DebugMT"
  141. # PROP Intermediate_Dir "DebugMT"
  142. # PROP Ignore_Export_Lib 0
  143. # PROP Target_Dir ""
  144. LIB32=link.exe -lib
  145. # ADD BASE LIB32 /nologo
  146. # ADD LIB32 /nologo
  147. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  148. # ADD CPP /nologo /MTd /W3 /Gm /GR /GX /Z7 /Od /I "........include" /I "........includectools" /I "...........ncbiinclude" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  149. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  150. # ADD RSC /l 0x409 /d "_DEBUG"
  151. BSC32=bscmake.exe
  152. # ADD BASE BSC32 /nologo
  153. # ADD BSC32 /nologo
  154. LINK32=link.exe
  155. # ADD BASE LINK32 /pdb:none /debug /machine:IX86
  156. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib ws2_32.lib user32.lib /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:IX86 /libpath:"...........ncbiDebugMT"
  157. !ELSEIF  "$(CFG)" == "threader - Win32 Debug"
  158. # PROP BASE Use_MFC 0
  159. # PROP BASE Use_Debug_Libraries 1
  160. # PROP BASE Output_Dir "Debug"
  161. # PROP BASE Intermediate_Dir "Debug"
  162. # PROP BASE Target_Dir ""
  163. # PROP Use_MFC 0
  164. # PROP Use_Debug_Libraries 1
  165. # PROP Output_Dir "Debug"
  166. # PROP Intermediate_Dir "Debug"
  167. # PROP Ignore_Export_Lib 0
  168. # PROP Target_Dir ""
  169. LIB32=link.exe -lib
  170. # ADD BASE LIB32 /nologo
  171. # ADD LIB32 /nologo
  172. # ADD BASE CPP /nologo /MLd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  173. # ADD CPP /nologo /MLd /W3 /Gm /GR /GX /Z7 /Od /I "........include" /I "........includectools" /I "...........ncbiinclude" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  174. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  175. # ADD RSC /l 0x409 /d "_DEBUG"
  176. BSC32=bscmake.exe
  177. # ADD BASE BSC32 /nologo
  178. # ADD BSC32 /nologo
  179. LINK32=link.exe
  180. # ADD BASE LINK32 /pdb:none /debug /machine:IX86
  181. # ADD LINK32 ncbimmdb.lib ncbiobj.lib ncbi.lib ncbitool.lib ncbiid1.lib netcli.lib ws2_32.lib user32.lib /nologo /incremental:yes /subsystem:console /pdb:none /debug /machine:IX86 /libpath:"...........ncbiDebug"
  182. !ENDIF 
  183. # Begin Target
  184. # Name "threader - Win32 ReleaseDLL"
  185. # Name "threader - Win32 ReleaseMT"
  186. # Name "threader - Win32 Release"
  187. # Name "threader - Win32 DebugDLL"
  188. # Name "threader - Win32 DebugMT"
  189. # Name "threader - Win32 Debug"
  190. # Begin Group "Source Files"
  191. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  192. # Begin Source File
  193. SOURCE=........srcctoolsthreaderst_alnmgr.cpp
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=........srcctoolsthreaderst_alnset.cpp
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=........srcctoolsthreaderst_atomset.cpp
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=........srcctoolsthreaderst_base.cpp
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=........srcctoolsthreaderst_bma.cpp
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=........srcctoolsthreaderst_bond.cpp
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=........srcctoolsthreaderst_cgraph.cpp
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=........srcctoolsthreaderst_coords.cpp
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=........srcctoolsthreaderst_main.cpp
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=........srcctoolsthreaderst_molecule.cpp
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=........srcctoolsthreaderst_molident.cpp
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=........srcctoolsthreaderst_residue.cpp
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=........srcctoolsthreaderst_sequence.cpp
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=........srcctoolsthreaderst_strucset.cpp
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=........srcctoolsthreaderst_threader.cpp
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=........srcctoolsthreaderst_vecmath.cpp
  239. # End Source File
  240. # End Group
  241. # Begin Group "Header Files"
  242. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  243. # Begin Source File
  244. SOURCE=........includectoolsthreaderst_alnmgr.hpp
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=........includectoolsthreaderst_alnset.hpp
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=........includectoolsthreaderst_asnio.hpp
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=........includectoolsthreaderst_base.hpp
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=........includectoolsthreaderst_bma.hpp
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=........includectoolsthreaderst_bond.hpp
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=........includectoolsthreaderst_cgraph.hpp
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=........includectoolsthreaderst_coords.hpp
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=........includectoolsthreaderst_main.hpp
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=........includectoolsthreaderst_molecule.hpp
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=........includectoolsthreaderst_molident.hpp
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=........includectoolsthreaderst_residue.hpp
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=........includectoolsthreaderst_sequence.hpp
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=........includectoolsthreaderst_strucset.hpp
  284. # End Source File
  285. # Begin Source File
  286. SOURCE=........includectoolsthreaderst_threader.hpp
  287. # End Source File
  288. # Begin Source File
  289. SOURCE=........includectoolsthreaderst_tools.hpp
  290. # End Source File
  291. # Begin Source File
  292. SOURCE=........includectoolsthreaderst_vecmath.hpp
  293. # End Source File
  294. # End Group
  295. # End Target
  296. # End Project