From 6d504976845f6c7646893c89e6d4ea6d583ce55c Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 30 Apr 2016 13:58:19 -0400 Subject: [PATCH] MSVC: Link whatever Boost version is available (Will cause problems if multiple versions are available though.) --- src/BoE.vsproj/Game/Blades of Exile.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BoE.vsproj/Game/Blades of Exile.vcxproj b/src/BoE.vsproj/Game/Blades of Exile.vcxproj index 3e25c264..67441fdd 100644 --- a/src/BoE.vsproj/Game/Blades of Exile.vcxproj +++ b/src/BoE.vsproj/Game/Blades of Exile.vcxproj @@ -84,7 +84,7 @@ true true true - opengl32.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;sfml-audio.lib;libboost_filesystem-vc120-mt-1_55.lib;libboost_system-vc120-mt-1_55.lib;libboost_thread-vc120-mt-1_55.lib;zlib.lib;%(AdditionalDependencies) + opengl32.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;sfml-audio.lib;libboost_filesystem-vc120-mt-*.lib;libboost_system-vc120-mt-*.lib;libboost_thread-vc120-mt-*.lib;zlib.lib;%(AdditionalDependencies) mainCRTStartup