📄 arm.bat
字号:
REM Only build the CPUTYPE tree if it exists and if it is different
REM than CPUFAMILY.
REM We must build the CPUTYPE code prior to the CPUFAMILY code so that
REM the CPUTYPE make file can set up any code that must be excluded
REM from the CPUFAMILY library.
set CPUT=
if not "%P_CPUTYPE%" == "%P_CPUFAMILY%" set CPUT=%P_CPUTYPE%
REM If a type is specified that we don't support, skip it
if not exist %CPUT%\*.* set CPUT=
call %B_TRAVERSE% cpu\%P_CPUFAMILY% %CPUT% cpubase
set CPUT=
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -