diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-02 16:04:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-02 16:04:43 +0100 |
| commit | 88bd43c093e0280258fd36a584fad9d3786dacf1 (patch) | |
| tree | 59c76cc597b819c6c775365f449248c5ffe3f4e6 /build.bat | |
| parent | 9508c6e65c7ff25da8848ca7e17e2220acb5ee5c (diff) | |
window icon
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 |
