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 Tasking Compiler for Mitsubishi M16C targets.
*
******************************************************************************
:START
ECHO -C Lib\GUI>Temp\Output\PARA.DAT
REM COPY Temp\Output\PARA.DAT+Temp\Output\Lib.dat Temp\Output\LINK.DAT
REM LB308 @Temp\Output\LINK.DAT
ARM16 -r Lib\GUI.A -f Temp\Output\Lib.dat
IF ERRORLEVEL 1 PAUSE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?