diff options
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ robocopy "data/" "build/data" /s /e -gcc.exe -m64 -w -g -DMODE_DEBUG src/main.c -o build/truckerx2.exe -Llibs/ -lSDL2 -lSDL2_mixer -call build\truckerx2.exe
\ No newline at end of file + +windres icon.rc -O coff -o icon.res + +gcc.exe -m64 -w -g -DMODE_DEBUG src/main.c icon.res -o build/truckerx.exe -Llibs/ -lSDL2 -lSDL2_mixer -mwindows +call build\truckerx.exe
\ No newline at end of file |
