ncbi源码

源代码在线查看: all.bat

软件大小: 13605 K
上传用户: lovely19891019
关键词: ncbi 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				REM				REM ===========================================================================				REM PRODUCTION $Log: all.bat,v $				REM PRODUCTION Revision 1000.0  2004/06/01 17:39:25  gouriano				REM PRODUCTION PRODUCTION: IMPORTED [GCC34_MSVC7] Dev-tree R1.2				REM PRODUCTION				REM ===========================================================================				REM								@ECHO OFF				REM $Id: all.bat,v 1000.0 2004/06/01 17:39:25 gouriano Exp $				REM ===========================================================================				REM 				REM                            PUBLIC DOMAIN NOTICE				REM               National Center for Biotechnology Information				REM 				REM  This software/database is a "United States Government Work" under the				REM  terms of the United States Copyright Act.  It was written as part of				REM  the author's official duties as a United States Government employee and				REM  thus cannot be copyrighted.  This software/database is freely available				REM  to the public for use. The National Library of Medicine and the U.S.				REM  Government have not placed any restriction on its use or reproduction.				REM 				REM  Although all reasonable efforts have been taken to ensure the accuracy				REM  and reliability of the software and data, the NLM and the U.S.				REM  Government do not and cannot warrant the performance or results that				REM  may be obtained by using this software or data. The NLM and the U.S.				REM  Government disclaim all warranties, express or implied, including				REM  warranties of performance, merchantability or fitness for any particular				REM  purpose.				REM 				REM  Please cite the author in any work or product based on this material.				REM  				REM ===========================================================================				REM 				REM Author:  Vladimir Ivanov				REM				REM Build all C++ Toolkit DLL projects				REM				REM ===========================================================================												CALL all_ncbi.bat %1 %2 %3 %4 %5 %6 %7 %8 %9				IF ERRORLEVEL 1 GOTO _ABORT_								CALL all_gui.bat %1 %2 %3 %4 %5 %6 %7 %8 %9				IF ERRORLEVEL 1 GOTO _ABORT_								CALL all_gbench.bat %1 %2 %3 %4 %5 %6 %7 %8 %9								:_ABORT_			

相关资源