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

生物技术

开发平台:

C/C++

  1. # Projects tree
  2. [ProjectTree]
  3. MetaData        = Makefile.mk.in
  4. ImplicitExclude = 
  5. include         = include
  6. src             = src
  7. compilers       = compilers
  8. projects        = scripts\projects
  9. impl            = impl
  10. TreeNode        = Makefile.in
  11. # MSVC specific data
  12. [msvc7]
  13. Version=7.10
  14. Configurations = Debug,DebugDLL,DebugMT,Release,ReleaseDLL,ReleaseMT
  15. compilers      = msvc710_prj
  16. MakefilesExt   = msvc
  17. Projects       = build
  18. MetaMakefile   = Makefile.mk.in.msvc
  19. DllInfo        = dll_info.ini
  20. [Configure]
  21. NotProvidedRequests = unix       
  22.                       local_lbsm 
  23.                       FreeTDS    
  24.                       SSSUTILS   
  25.                       MESA       
  26.                       GEO        
  27.                       SSSDB      
  28.                       SP
  29. DefinesPath = include\corelib\config\ncbiconf_msvc_site.h
  30. Defines     = HAVE_OPENGL   
  31.               HAVE_FLTK     
  32.               HAVE_ODBC     
  33.               HAVE_ODBCSS_H 
  34.               HAVE_LIBJPEG  
  35.               HAVE_LIBTIFF  
  36.               HAVE_LIBPNG   
  37.               HAVE_LIBGIF
  38. LibChoices =  z/Z
  39. ThirdPartyLibsToInstall     = FLTK       
  40.                               BerkeleyDB 
  41.                               SQLITE     
  42.                               wxWindows  
  43.                               Sybase     
  44.                               MySQL      
  45.                               MSSQL
  46. ThirdPartyLibsBinPathSuffix = _BINPATH
  47. ThirdPartyLibsBinSubDir     = ..\..\bin
  48. # Configurable include dirs for LibChoices
  49. [LibChoicesIncludes]
  50. CMPRS_INCLUDE = z   util/compress/zlib/    
  51.                 bz2 util/compress/bzip2/
  52. # Defines for CPPFLAGS and other keys:
  53. [Defines]
  54. NCBI_C_INCLUDE = \\snowman\win-coremake\Lib\Ncbi\C_Toolkit\msvc71\include
  55. NCBI_C_ncbi    = blast ddvlib medarch ncbi ncbiacc ncbicdr   
  56.                  ncbicn3d ncbicn3d_ogl ncbidesk ncbiid1      
  57.                  ncbimain ncbimmdb ncbinacc ncbiobj ncbispel 
  58.                  ncbitool ncbitxc2 netblast netcli netentr   
  59.                  regexp smartnet vibgif vibnet vibrant       
  60.                  vibrant_ogl xconntest
  61. BZ2_LIB        = bz2
  62. Z_LIB          = z
  63. PCRE_LIB       = regexp
  64. # Build configurations definitions:
  65. [Debug]
  66. debug                  = TRUE
  67. runtimeLibraryOption   = 5
  68. [DebugDLL]
  69. debug=TRUE
  70. runtimeLibraryOption=3
  71. [DebugMT]
  72. debug=TRUE
  73. runtimeLibraryOption=1
  74. [Release]
  75. debug=FALSE
  76. runtimeLibraryOption=4
  77. [ReleaseDLL]
  78. debug=FALSE
  79. runtimeLibraryOption=2
  80. [ReleaseMT]
  81. debug=FALSE
  82. runtimeLibraryOption=0
  83. #Configure
  84. [HAVE_OPENGL]
  85. Component=
  86. [HAVE_ODBC]
  87. Component=
  88. [HAVE_ODBCSS_H]
  89. Component=
  90. [HAVE_LIBJPEG]
  91. Component=JPEG
  92. [JPEG_LIBS]
  93. Component=JPEG
  94. [HAVE_LIBTIFF]
  95. Component=TIFF,Z
  96. [TIFF_LIBS]
  97. Component=TIFF,Z
  98. [HAVE_LIBPNG]
  99. Component=PNG,Z
  100. [PNG_LIBS]
  101. Component=PNG,Z
  102. [HAVE_LIBGIF]
  103. Component=GIF
  104. [GIF_LIBS]
  105. Component=GIF
  106. #[HAVE_LIBZ]
  107. #Component=Z
  108. [Z_LIBS]
  109. Component=Z
  110. [LIBS]
  111. Component=
  112. [NCBI_C_LIBS]
  113. Component=C_ncbi
  114. [C-Toolkit]
  115. Component=C_ncbi
  116. [HAVE_FLTK]
  117. Component=FLTK
  118. [FLTK_LIBS_GL]
  119. Component=FLTK, COMCTL32
  120. [FLTK_LIBS]
  121. Component=FLTK, COMCTL32
  122. [FLTK_LIBS_ALL]
  123. Component=FLTK, COMCTL32
  124. # Libraries available
  125. [wxWindows]
  126. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\wxwin\msvc71\2.4.0\include
  127. LIB     = wx.lib jpeg.lib png.lib regex.lib tiff.lib zlib.lib
  128. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  129. [wxWindows.debug]
  130. DEFINES=__WXMSW__,__WIN32__,_WINDOWS,__WINDOWS__,WINVER=0x0400,__WXDEBUG__=1,NCBI_WXWIN_USE_PCH
  131. [wxWindows.debug.Debug]
  132. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\wxwin\msvc71\2.4.0\lib_static\debug
  133. [wxWindows.debug.DebugMT]
  134. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\wxwin\msvc71\2.4.0\lib_static\debugmt
  135. [wxWindows.debug.DebugDLL]
  136. DEFINES=__WXMSW__,__WIN32__,_WINDOWS,__WINDOWS__,WINVER=0x0400,__WXDEBUG__=1,WXUSINGDLL=1,NCBI_WXWIN_USE_PCH
  137. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\wxwin\msvc71\2.4.0\lib_dll\debugdll
  138. [wxWindows.release]
  139. DEFINES=__WXMSW__,__WIN32__,_WINDOWS,__WINDOWS__,WINVER=0x0400,NCBI_WXWIN_USE_PCH
  140. [wxWindows.release.Release]
  141. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\wxwin\msvc71\2.4.0\lib_static\release
  142. [wxWindows.release.ReleaseMT]
  143. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\wxwin\msvc71\2.4.0\lib_static\releasemt
  144. [wxWindows.release.ReleaseDLL]
  145. DEFINES=__WXMSW__,__WIN32__,_WINDOWS,__WINDOWS__,WINVER=0x0400,WXUSINGDLL=1,NCBI_WXWIN_USE_PCH
  146. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\wxwin\msvc71\2.4.0\lib_dll\releasedll
  147. [PNG]
  148. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\png\msvc71\1.2.5\include
  149. LIB     = libpng.lib
  150. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  151. [PNG.debug.Debug]
  152. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\png\msvc71\1.2.5\lib_static\debug
  153. [PNG.debug.DebugMT]
  154. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\png\msvc71\1.2.5\lib_static\debugmt
  155. [PNG.debug.DebugDLL]
  156. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\png\msvc71\1.2.5\lib_static\debugdll
  157. [PNG.release.Release]
  158. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\png\msvc71\1.2.5\lib_static\release
  159. [PNG.release.ReleaseMT]
  160. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\png\msvc71\1.2.5\lib_static\releasemt
  161. [PNG.release.ReleaseDLL]
  162. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\png\msvc71\1.2.5\lib_static\releasedll
  163. [GIF]
  164. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\gif\msvc71\4.1.0\include
  165. LIB     = libgif.lib
  166. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  167. [GIF.debug.Debug]
  168. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\gif\msvc71\4.1.0\lib_static\debug
  169. [GIF.debug.DebugMT]
  170. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\gif\msvc71\4.1.0\lib_static\debugmt
  171. [GIF.debug.DebugDLL]
  172. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\gif\msvc71\4.1.0\lib_static\debugdll
  173. [GIF.release.Release]
  174. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\gif\msvc71\4.1.0\lib_static\release
  175. [GIF.release.ReleaseMT]
  176. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\gif\msvc71\4.1.0\lib_static\releasemt
  177. [GIF.release.ReleaseDLL]
  178. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\gif\msvc71\4.1.0\lib_static\releasedll
  179. [TIFF]
  180. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\tiff\msvc71\v3.6.0-beta\include
  181. LIB     = libtiff.lib
  182. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  183. [TIFF.debug.Debug]
  184. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\tiff\msvc71\v3.6.0-beta\lib_static\debug
  185. [TIFF.debug.DebugMT]
  186. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\tiff\msvc71\v3.6.0-beta\lib_static\debugmt
  187. [TIFF.debug.DebugDLL]
  188. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\tiff\msvc71\v3.6.0-beta\lib_static\debugdll
  189. [TIFF.release.Release]
  190. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\tiff\msvc71\v3.6.0-beta\lib_static\release
  191. [TIFF.release.ReleaseMT]
  192. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\tiff\msvc71\v3.6.0-beta\lib_static\releasemt
  193. [TIFF.release.ReleaseDLL]
  194. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\tiff\msvc71\v3.6.0-beta\lib_static\releasedll
  195. [JPEG]
  196. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\jpeg\msvc71\v6b\include
  197. LIB     = libjpeg.lib
  198. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  199. [JPEG.debug.Debug]
  200. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\jpeg\msvc71\v6b\lib_static\debug
  201. [JPEG.debug.DebugMT]
  202. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\jpeg\msvc71\v6b\lib_static\debugmt
  203. [JPEG.debug.DebugDLL]
  204. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\jpeg\msvc71\v6b\lib_static\debugdll
  205. [JPEG.release.Release]
  206. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\jpeg\msvc71\v6b\lib_static\release
  207. [JPEG.release.ReleaseMT]
  208. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\jpeg\msvc71\v6b\lib_static\releasemt
  209. [JPEG.release.ReleaseDLL]
  210. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\jpeg\msvc71\v6b\lib_static\releasedll
  211. [Z]
  212. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\z\msvc71\1.1.4\include
  213. LIB     = libz.lib
  214. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  215. [Z.debug.Debug]
  216. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\z\msvc71\1.1.4\lib_static\debug
  217. [Z.debug.DebugMT]
  218. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\z\msvc71\1.1.4\lib_static\debugmt
  219. [Z.debug.DebugDLL]
  220. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\z\msvc71\1.1.4\lib_static\debugdll
  221. [Z.release.Release]
  222. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\z\msvc71\1.1.4\lib_static\release
  223. [Z.release.ReleaseMT]
  224. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\z\msvc71\1.1.4\lib_static\releasemt
  225. [Z.release.ReleaseDLL]
  226. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\z\msvc71\1.1.4\lib_static\releasedll
  227. [SQLITE]
  228. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\sqlite\msvc71\2.8.6\include
  229. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  230. LIB     = sqlite.lib
  231. [SQLITE.debug.Debug]
  232. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sqlite\msvc71\2.8.6\lib_static\debug
  233. [SQLITE.debug.DebugMT]
  234. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sqlite\msvc71\2.8.6\lib_static\debugmt
  235. [SQLITE.debug.DebugDLL]
  236. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sqlite\msvc71\2.8.6\lib_dll\debugdll
  237. [SQLITE.release.Release]
  238. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sqlite\msvc71\2.8.6\lib_static\release
  239. [SQLITE.release.ReleaseMT]
  240. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sqlite\msvc71\2.8.6\lib_static\releasemt
  241. [SQLITE.release.ReleaseDLL]
  242. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sqlite\msvc71\2.8.6\lib_dll\releasedll
  243. [Sybase]
  244. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\sybase\msvc71\12.5\include
  245. LIBPATH = 
  246. LIB     = libsybdb.lib libct.lib libblk.lib libcs.lib
  247. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  248. [Sybase.debug.Debug]
  249. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sybase\msvc71\12.5\lib_dll\debug
  250. [Sybase.debug.DebugMT]
  251. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sybase\msvc71\12.5\lib_dll\debugmt
  252. [Sybase.debug.DebugDLL]
  253. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sybase\msvc71\12.5\lib_dll\debugdll
  254. [Sybase.release.Release]
  255. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sybase\msvc71\12.5\lib_dll\release
  256. [Sybase.release.ReleaseMT]
  257. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sybase\msvc71\12.5\lib_dll\releasemt
  258. [Sybase.release.ReleaseDLL]
  259. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\sybase\msvc71\12.5\lib_dll\releasedll
  260. [MySQL]
  261. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\mysql\msvc71\3.23.55\include
  262. CONFS   = DebugMT DebugDLL ReleaseMT ReleaseDLL
  263. [MySQL.debug.DebugMT]
  264. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\mysql\msvc71\3.23.55\lib_static\DebugMT
  265. LIB     = libmySQL.lib zlib.lib
  266. [MySQL.debug.DebugDLL]
  267. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\mysql\msvc71\3.23.55\lib_dll\DebugDLL
  268. LIB     = libmySQL.lib
  269. [MySQL.release.ReleaseMT]
  270. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\mysql\msvc71\3.23.55\lib_static\ReleaseMT
  271. LIB     = libmySQL.lib zlib.lib
  272. [MySQL.release.ReleaseDLL]
  273. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\mysql\msvc71\3.23.55\lib_dll\ReleaseDLL
  274. LIB     = libmySQL.lib
  275. [ODBC]
  276. INCLUDE =
  277. LIBPATH =
  278. LIB     = odbc32.lib odbccp32.lib odbcbcp.lib 
  279. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  280. [MSSQL]
  281. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\MSSQL\msvc71\8.0.1.94\include 
  282. LIBPATH = 
  283. LIB     = NTWDBLIB.LIB 
  284. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  285. [MSSQL.debug.Debug]
  286. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\MSSQL\msvc71\8.0.1.94\lib_dll\debug
  287. [MSSQL.debug.DebugMT]
  288. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\MSSQL\msvc71\8.0.1.94\lib_dll\debugmt
  289. [MSSQL.debug.DebugDLL]
  290. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\MSSQL\msvc71\8.0.1.94\lib_dll\debugdll
  291. [MSSQL.release.Release]
  292. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\MSSQL\msvc71\8.0.1.94\lib_dll\release
  293. [MSSQL.release.ReleaseMT]
  294. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\MSSQL\msvc71\8.0.1.94\lib_dll\releasemt
  295. [MSSQL.release.ReleaseDLL]
  296. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\MSSQL\msvc71\8.0.1.94\lib_dll\releasedll
  297. [DBLib]
  298. INCLUDE =
  299. LIBPATH =
  300. LIB     =
  301. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  302. [OpenGL]
  303. INCLUDE =
  304. LIBPATH =
  305. LIB     =  opengl32.lib glu32.lib
  306. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  307. [FLTK]
  308. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\fltk\msvc71\1.1.5rc1\include
  309. DEFINES = 
  310. LIBPATH =
  311. LIB     =  
  312. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  313. [FLTK.debug.Debug]
  314. DEFINES = 
  315. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\fltk\msvc71\1.1.5rc1\lib_static\debug
  316. LIB     =  fltk.lib fltkgl.lib fltkimages.lib fltkforms.lib
  317. [FLTK.debug.DebugMT]
  318. DEFINES = 
  319. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\fltk\msvc71\1.1.5rc1\lib_static\debugmt
  320. LIB     =  fltk.lib fltkgl.lib fltkimages.lib fltkforms.lib
  321. [FLTK.debug.DebugDLL]
  322. DEFINES = FL_DLL
  323. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\fltk\msvc71\1.1.5rc1\lib_dll\debugdll
  324. LIB     =  fltkdll.lib
  325. [FLTK.release.Release]
  326. DEFINES = 
  327. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\fltk\msvc71\1.1.5rc1\lib_static\release
  328. LIB     =  fltk.lib fltkgl.lib fltkimages.lib fltkforms.lib
  329. [FLTK.release.ReleaseMT]
  330. DEFINES = 
  331. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\fltk\msvc71\1.1.5rc1\lib_static\releasemt
  332. LIB     =  fltk.lib fltkgl.lib fltkimages.lib fltkforms.lib
  333. [FLTK.release.ReleaseDLL]
  334. DEFINES = FL_DLL
  335. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\fltk\msvc71\1.1.5rc1\lib_dll\releasedll
  336. LIB     =  fltkdll.lib
  337. [BerkeleyDB]
  338. INCLUDE = \\snowman\win-coremake\Lib\ThirdParty\berkeleydb\msvc71\4.2.52.NC\include
  339. LIBPATH =
  340. LIB     =  libdb42.lib
  341. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL 
  342. [BerkeleyDB.debug.Debug]
  343. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\berkeleydb\msvc71\4.2.52.NC\lib_static\debug
  344. [BerkeleyDB.debug.DebugMT]
  345. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\berkeleydb\msvc71\4.2.52.NC\lib_static\debugmt
  346. [BerkeleyDB.debug.DebugDLL]
  347. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\berkeleydb\msvc71\4.2.52.NC\lib_dll\debugdll
  348. [BerkeleyDB.release.Release]
  349. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\berkeleydb\msvc71\4.2.52.NC\lib_static\release
  350. [BerkeleyDB.release.ReleaseMT]
  351. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\berkeleydb\msvc71\4.2.52.NC\lib_static\releasemt
  352. [BerkeleyDB.release.ReleaseDLL]
  353. LIBPATH = \\snowman\win-coremake\Lib\ThirdParty\berkeleydb\msvc71\4.2.52.NC\lib_dll\releasedll
  354. [C_ncbi]
  355. INCLUDE = \\snowman\win-coremake\Lib\Ncbi\C_Toolkit\msvc71\include
  356. LIBPATH =
  357. LIB     = 
  358. CONFS   = Debug DebugDLL Release ReleaseDLL
  359. [C_ncbi.debug.Debug]
  360. LIBPATH = \\snowman\win-coremake\Lib\Ncbi\C_Toolkit\msvc71\Debug
  361. [C_ncbi.debug.DebugDll]
  362. LIBPATH = \\snowman\win-coremake\Lib\Ncbi\C_Toolkit\msvc71\DebugDLL
  363. [C_ncbi.release.Release]
  364. LIBPATH = \\snowman\win-coremake\Lib\Ncbi\C_Toolkit\msvc71\Release
  365. [C_ncbi.release.ReleaseDll]
  366. LIBPATH = \\snowman\win-coremake\Lib\Ncbi\C_Toolkit\msvc71\ReleaseDLL
  367. [DefaultLibs]
  368. INCLUDE =
  369. LIBPATH =
  370. LIB     = wsock32.lib
  371. [COMCTL32]
  372. INCLUDE =
  373. LIBPATH =
  374. LIB     = comctl32.lib 
  375. CONFS   = Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL
  376. # Datatool description
  377. [Datatool]
  378. datatool=datatool
  379. Location.App=$(OutDir)\datatool.exe
  380. Location.Lib=$(OutDir)\..\..\bin\$(ConfigurationName)\datatool.exe
  381. CommandLine = -oex "" -pch ncbi_pch.hpp -m $(InputPath) -oA -oc $(InputName) -od $(InputDir)\$(InputName).def -ocvs
  382. # Default NCBI resource to include to all app and dll projects
  383. # Must be placed to compiler-specific subdir compilers subdirectory
  384. [DefaultResource]
  385. app = ncbi.rc