📄 autocompile.bat
字号:
REM automatically compile the source code ,and generate the executable file
REM cl /TP casl_tab.c ../../Common/CaslUtil.cpp ../../Common/XMLErrorHandler.cpp /GX /MD
cl /TP casl_tab.c ../Common/CaslUtil.cpp ../Common/XMLErrorHandler.cpp ../Common/FileMapping.cpp /nologo /MLd /Gm /GX /Od /D "WIN32" /D "_WINDOWS" /YX /FD /link kernel32.lib user32.lib gdi32.lib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -