build.bat

来自「pRTI chatroom源代码及程序打包」· Batch 代码 · 共 15 行

BAT
15
字号
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 + =
减小字号Ctrl + -
显示快捷键?