📄 buildcheckcomponent.bat
字号:
@rem buildcheckcomponent.bat
@rem
@rem This file ensures that it builds for different tool chains
@rem - Visual Studio and CodeWarrior or WINSCW (for Carbide.c++)
@rem both command line builds and IDE project files
@
@rem %1 is the directory that should contain a bld.inf file
@rem %2 is the IDE preference, being "vc6", "cw_ide" or "carbide" or "all"
@rem %3 optional, may be "clean"
@if "%2" EQU "vc6" call buildchecktool %1 vc6 %3
@if "%2" EQU "cw_ide" call buildchecktool %1 cw_ide %3
@if "%2" EQU "carbide" call buildchecktool %1 winscw %3
@if "%2" EQU "all" call buildchecktool %1 %3
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -