📄 build.bat
字号:
REM You need to run VCVARS32.BAT in your Visual Studio 6.0 installation
REM to enable the cl command.
REM You also need to patch your Visual Studio installation using the
REM patch for <xtree> available from http://www.dinkumware.com/vc_fixes.html
setlocal
set INCLUDE=..\..\include;%INCLUDE%
set LIB=..\..\lib;%LIB%
cl Chat.cpp BaseFederateAmbassador.cpp StdAfx.cpp LogicalTimeDouble.cpp /GX /GR /MD /link jvm.lib prti1516.lib /out:Chat.exe
endlocal
pause
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -