From bee0fa5a7f19462aa06ca0dc18ba4243cc6fb84e Mon Sep 17 00:00:00 2001 From: enn0x Date: Tue, 6 Sep 2011 22:15:29 +0000 Subject: [PATCH] Linking against BulletMultiThreaded.lib is not required. --- makepanda/makepanda.py | 1 - 1 file changed, 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index ecf8da94eb..919ad5b1a9 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -523,7 +523,6 @@ if (COMPILER=="MSVC"): LibName("BULLET", GetThirdpartyDir() + "bullet/lib/BulletCollision.lib") LibName("BULLET", GetThirdpartyDir() + "bullet/lib/BulletDynamics.lib") LibName("BULLET", GetThirdpartyDir() + "bullet/lib/BulletSoftBody.lib") - LibName("BULLET", GetThirdpartyDir() + "bullet/lib/BulletMultiThreaded.lib") if (COMPILER=="LINUX"): PkgDisable("AWESOMIUM")