📄 lib.bat
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -