lib.bat
来自「ucgui V3.98 是目前网络上相对较新的ucgui高版本源码啦。有兴趣的可」· Batch 代码 · 共 23 行
BAT
23 行
@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 IAR Compiler for M16C80 targets.
*
******************************************************************************
:START
ECHO d-c MC80>Temp\Output\PARA.DAT
COPY Temp\Output\PARA.DAT+Temp\Output\OBJ.DAT Temp\Output\LIB.PAR
ECHO Q>>Temp\Output\LIB.PAR
XLIB Temp\Output\LIB.PAR
IF ERRORLEVEL 1 PAUSE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?