lib.bat
来自「ucgui V3.98 是目前网络上相对较新的ucgui高版本源码啦。有兴趣的可」· Batch 代码 · 共 20 行
BAT
20 行
@ECHO OFF
ECHO Lib.bat: Creating library
goto Start
******************************************************************************
*
* File : Lib.bat
* Parameters: None
* Purpose : Put all (object) files in linklist into the library
*
* This file as is uses the Watcom Compile for x86 targets.
*
******************************************************************************
:START
wlib -q -b lib\gui.lib @temp\output\lib.dat
IF ERRORLEVEL 1 PAUSE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?