Merge pull request #237 from DavidWyand-GG/BulletBuilding

Compile Bullet library under Windows
This commit is contained in:
David Wyand 2013-02-22 12:37:11 -08:00
commit 67eb2a8d2d

View file

@ -35,7 +35,6 @@ beginModule( 'bullet' );
{ {
addProjectDependency( 'libbullet' ); addProjectDependency( 'libbullet' );
if (Generator::$platform != "win32")
addSolutionProjectRef( 'libbullet' ); addSolutionProjectRef( 'libbullet' );
} }