lib.bat
来自「ucgui V3.98 是目前网络上相对较新的ucgui高版本源码啦。有兴趣的可」· Batch 代码 · 共 25 行
BAT
25 行
@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 Mitsubishi NC308 Compiler for M32C targets.
*
******************************************************************************
-C : Creates new library file
@ : Specifies command file
:START
ECHO -C Lib\GUI>Temp\Output\PARA.DAT
COPY Temp\Output\PARA.DAT+Temp\Output\Lib.dat Temp\Output\LINK.DAT
LB308 @Temp\Output\LINK.DAT
IF ERRORLEVEL 1 PAUSE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?