📄 build.bat
字号:
@Echo off
Rem Delete all the binary files
del /q RunnableApp\*.*
REM Build the Multifile Type Library
cd TypeLibrarySource
call Build.bat
cd ..
REM Build the Application that uses the Multifile Type Library
cd AppSource
call Build.bat
cd ..
REM Change to the directory that contains the Runnable Application
cd RunnableApp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -