skunkworks-c/build.bat

6 lines
143 B
Batchfile
Raw Normal View History

2022-12-19 21:59:02 +01:00
@ECHO OFF
2022-12-21 12:38:50 +01:00
2023-03-07 20:42:50 +01:00
cl build.c src/str.c src/types.c /Iinclude && del *.obj && build.exe && del build.exe && build\gsa_simple.exe
2023-02-25 00:14:05 +01:00
EXIT /B %ERRORLEVEL%
2022-12-21 12:38:50 +01:00