diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-10 14:03:35 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-10 14:03:35 +0100 |
| commit | 4d7379d6a2dbb7ba2b52d6b958e983761eb44747 (patch) | |
| tree | 19f971bb52dc988dba241cf01d73727f6d1ad877 | |
| parent | e0cd5082396dc177ad9155f83b2005c4ef6b9b9e (diff) | |
release build
| -rw-r--r-- | libs/intermediate.o | bin | 10892 -> 3157 bytes | |||
| -rw-r--r-- | release.bat | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libs/intermediate.o b/libs/intermediate.o Binary files differindex dbd9fec..debbf9b 100644 --- a/libs/intermediate.o +++ b/libs/intermediate.o 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 |
