diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-02 16:45:09 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-02 16:45:09 +0100 |
| commit | fd7c29424979f43bdc0c330f4c6f471c205dc78c (patch) | |
| tree | dc208e45bb965db1f727eea2d93318c47d282321 /build.bat | |
| parent | 2487efee98f77c2450d37622ea3d76fe453e702d (diff) | |
working on save state
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ robocopy "data/" "build/data" /s /e 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 +gcc.exe -m64 -w -g -DMODE_DEBUG src/main.c icon.res -o build/truckerx.exe -Llibs/ -lSDL2 -lSDL2_mixer call build\truckerx.exe
\ No newline at end of file |
