📄 b.bat
字号:
@echo off
@echo *************************************
@echo ** Symbian batch program *********
@echo ** CAZ 2006 **********************
@echo *************************************
echo Clean All History Files......
pause
if not exist bld.inf goto end
if exist abld.bat call abld clean
call bldmake clean
pause
@echo.
@echo ********************************************************
@echo * Begin Build *
@echo ********************************************************
@echo.
@echo ********************************************************
@echo * bldmake bldfiles *
@echo ********************************************************
@echo.
call bldmake bldfiles
@echo ********************************************************
@echo * abld build wins udeb *
@echo ********************************************************
@echo.
call abld reallyclean wins udeb
@echo.
call abld reallyclean armi urel
@echo.
call abld build wins udeb
@echo ********************************************************
@echo * abld build resource *
@echo ********************************************************
@echo.
call abld resource wins udeb
@echo ********************************************************
@echo * abld build vc6 *
@echo ********************************************************
@echo.
call abld build vc6
@echo.
@echo ********* emulor Finished**************************
call abld build armi urel
@echo ********************************************************
@echo * abld build armi *
@echo ********************************************************
@echo.
call abld resource armi urel
@echo ********************************************************
@echo * abld resource armi *
@echo ********************************************************
@echo.
makesis CamTimer.pkg
pause
:end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -