mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 13:23:27 +03:00
b165e4f6b6
git-svn-id: svn://kolibrios.org@7142 a494cfbc-eb01-0410-851d-a64ba20cac60
6 lines
233 B
Batchfile
6 lines
233 B
Batchfile
rem To build under Windows, execute
|
|
|
|
SET TCC=D:\_bin\ktcc_26_161007
|
|
|
|
%TCC%\kos32-tcc -I%TCC%\INCLUDE -L%TCC%\LIB -DWINDOWS -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
|