?? lib.bat
字號:
@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 NC30 Compiler for M16C 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
LB30 @Temp\Output\LINK.DAT
IF ERRORLEVEL 1 PAUSE
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -