diff options
Diffstat (limited to 'release.bat')
| -rw-r--r-- | release.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release.bat b/release.bat new file mode 100644 index 0000000..32042b7 --- /dev/null +++ b/release.bat @@ -0,0 +1,7 @@ +robocopy "data/" "build/data" /s /e + +windres icon.rc -O coff -o icon.res + +g++.exe -m64 -c -O3 src/intermediate.c -I. -o libs/intermediate.o -Llibs/ -lsteam_api64 + +gcc.exe -m64 -w -O3 -DMODE_DEBUG src/main.c icon.res -o build/truckerx.exe libs/intermediate.o -I. -Llibs/ -lSDL2 -lSDL2_mixer -lsteam_api64 -mwindows
\ No newline at end of file |
