lib.bat

来自「基于S3C44B0与UCGUI的简单温控仪界面」· Batch 代码 · 共 24 行

BAT
24
字号
@ECHO OFF
goto Start

******************************************************************************
*
* File      : Lib.bat
* Parameters: None
* Purpose   : Put all (object) files in linklist into the library
*
* This file as is uses the Microsoft Compiler MSVC 6.0 for x86 targets.
* This file needs to be modified if a library for a target compiler is
* desired.
*
* If you would like to do this, please get in touch with us;
* we may have a version for your target compiler.
*
******************************************************************************

:START

CALL Temp\Lib1.bat
IF ERRORLEVEL 1 PAUSE

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?