summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.bat b/build.bat
new file mode 100644
index 0000000..5a407c9
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,2 @@
+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