📄 all.bat
字号:
REMREM ===========================================================================REM PRODUCTION $Log: all.bat,v $REM PRODUCTION Revision 1000.0 2003/10/28 18:15:43 gourianoREM PRODUCTION PRODUCTION: IMPORTED [ORIGINAL] Dev-tree R1.7REM PRODUCTIONREM ===========================================================================REM@ECHO OFFREM $Id: all.bat,v 1000.0 2003/10/28 18:15:43 gouriano Exp $REM ===========================================================================REM REM PUBLIC DOMAIN NOTICEREM National Center for Biotechnology InformationREM REM This software/database is a "United States Government Work" under theREM terms of the United States Copyright Act. It was written as part ofREM the author's official duties as a United States Government employee andREM thus cannot be copyrighted. This software/database is freely availableREM 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 accuracyREM and reliability of the software and data, the NLM and the U.S.REM Government do not and cannot warrant the performance or results thatREM may be obtained by using this software or data. The NLM and the U.S.REM Government disclaim all warranties, express or implied, includingREM warranties of performance, merchantability or fitness for any particularREM purpose.REM REM Please cite the author in any work or product based on this material.REM REM ===========================================================================REM REM Author: Anton LavrentievREMREM Build NCBI C++ core libraries, tests and samples on WindowsREMREM ===========================================================================IF _%1% == _ GOTO DEFAULTSET CFG=%1%GOTO ARGLOOP:DEFAULTSET CFG=ALL:ARGLOOPIF %CFG% == ALL GOTO CONTINUEIF %CFG% == Debug GOTO CONTINUEIF %CFG% == DebugMT GOTO CONTINUEIF %CFG% == DebugDLL GOTO CONTINUEIF %CFG% == Release GOTO CONTINUEIF %CFG% == ReleaseMT GOTO CONTINUEIF %CFG% == ReleaseDLL GOTO CONTINUEECHO INFO: The following configuration names are recognized:ECHO Debug DebugMT DebugDLL Release ReleaseMT ReleaseDLL ALLECHO FATAL: Unknown configuration name %CFG%. Please correct.GOTO EXIT:CONTINUEECHO INFO: Building "all - %CFG%"msdev.exe ncbi_cpp.dsw /MAKE "all - %CFG%"IF ERRORLEVEL 1 GOTO ABORTIF %CFG% == ALL GOTO COMPLETESHIFTIF _%1% == _ GOTO COMPLETESET CFG=%1%GOTO ARGLOOP:ABORTECHO INFO: Build failed.GOTO EXIT:COMPLETEECHO INFO: Build complete.:EXIT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -