From: hgn Date: Sat, 8 Oct 2022 06:18:43 +0000 (+0100) Subject: platform and stability X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=0481656712bdc72d2a7ffa80f74702f87b20e051;p=carveJwlIkooP6JGAAIwe30JlM.git platform and stability --- diff --git a/build.sh b/build.sh index bb59b6f..2ceb2fe 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ _linux_folder="bin/linux" _linux_server_folder="bin/linux_server" _windows_compiler="i686-w64-mingw32-gcc" -_windows_linkgraphics="-lglfw3dll -lopengl32 -lm -mwindows" +_windows_linkgraphics="-lglfw3dll -lopengl32 -lm -pthread -static -mwindows" _windows_asan="" _windows_linksteam="vg/dep/steam/steam_api.dll" _windows_folder="bin/win32" diff --git a/model.h b/model.h index 02e85bc..c84f0fe 100644 --- a/model.h +++ b/model.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved + */ + #ifndef MODEL_H #define MODEL_H diff --git a/world.h b/world.h index f18c3e5..a7b5a58 100644 --- a/world.h +++ b/world.h @@ -17,7 +17,6 @@ static int ray_world( v3f pos, v3f dir, ray_hit *hit ); #include "render.h" #include "rigidbody.h" #include "bvh.h" -#include "lighting.h" #include "model.h" #include "traffic.h" /*TODO: -> world_traffic.h */