arm.bat

来自「flashfx dcl of ARM cpu for vxworks」· Batch 代码 · 共 19 行

BAT
19
字号
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 + =
减小字号Ctrl + -
显示快捷键?