From 0974ff30789a215a31255080251c01eaaf9a5297 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 5 Dec 2024 11:42:11 +0100 Subject: link with steam sdk and create bindings --- build.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build.bat') diff --git a/build.bat b/build.bat index 1d1c13a..c608978 100644 --- a/build.bat +++ b/build.bat @@ -2,5 +2,7 @@ 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 +g++.exe -m64 -c src/intermediate.c -I. -o libs/intermediate.o -Llibs/ -lsteam_api64 + +gcc.exe -m64 -w -g -DMODE_DEBUG src/main.c icon.res -o build/truckerx.exe libs/intermediate.o -I. -Llibs/ -lSDL2 -lSDL2_mixer -lsteam_api64 call build\truckerx.exe \ No newline at end of file -- cgit v1.2.3-70-g09d2