From d8a1724a7c5e1f9dd56a5d7a297080fbec8ac217 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 2 Jul 2012 00:10:36 +0000 Subject: [PATCH] build: only use the release binaries for BulletPhysics for now. --- build/vs2010/Lol.Core.Vars.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/vs2010/Lol.Core.Vars.props b/build/vs2010/Lol.Core.Vars.props index 3c669441..f9aeb8da 100644 --- a/build/vs2010/Lol.Core.Vars.props +++ b/build/vs2010/Lol.Core.Vars.props @@ -22,7 +22,7 @@ $(ContribDir)\bullet-2.80-rev2531 $(BtPhysDir)\include - $(BtPhysDir)\lib + $(BtPhysDir)\lib\i686-w64-mingw32 BulletCollision.lib;BulletDynamics.lib;BulletSoftBody.lib;LinearMath.lib $(Win32Defines)