all.bat
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- 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_