2018-01-29 20:48:37 +01:00
|
|
|
rem To build under Windows, execute
|
|
|
|
|
2018-03-12 21:53:49 +01:00
|
|
|
SET TCC=D:\_bin\tcc_26_180312
|
2018-01-29 20:48:37 +01:00
|
|
|
|
2018-03-12 21:53:49 +01:00
|
|
|
%TCC%\kos32-tcc -I%TCC%\INCLUDE -L%TCC%\LIB -DKOS32 sst.c ai.c battle.c events.c finish.c moving.c osx.c planets.c reports.c setup.c -lck -o SStarTrek -g
|