📄 build3.bat
字号:
@ECHO OFF
ECHO.
ECHO Compile and link GPS Builder-2 with Borland C++ version 3.1.
ECHO.
ECHO You must change the paths in this batch file to match your configuration.
ECHO.
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include ALLOCATE.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include ALMANAC.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include BEEP.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include BORLAND.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include BUFFACC.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include CLOCK.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include CMD.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include DISPFUN.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include DISPLAY.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include GLOBALS.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include INIT.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include IO.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include MAIN.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include MATHSUBS.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include NAV.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include POSTIME.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include PROCACC.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include PROCSBF.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include RINEX2.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include RTCM.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include RTEXEC.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include SAVEDATA.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include SERIAL.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include SVCALC.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include SVTRACK.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include SYNC.C
\borcpp.31\bin\bcc -c -ml -I\borcpp.31\include TAKEMEAS.C
\borcpp.31\bin\tlink @GPSBLDR3.LNK
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -