?? 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 + -