?? buildoc.bat
字號:
REM Batch for VRTXoc on Windows
REM Use the make utility provided with XRAY
echo "VRTXoc for ARM is building for [ARM,Thumb], [Little,Big]."
cd arm7\bigendian
make -f Makefile.win
cd ..\..
cd arm7\littleendian
make -f Makefile.win
cd ..\..
cd arm7t\bigendian
make -f Makefile.win
cd ..\..
cd arm7t\littleendian
make -f Makefile.win
cd ..\..
echo "VRTXoc build completed"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -