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,8 +35,7 @@ beginModule( 'bullet' );
{
addProjectDependency( 'libbullet' );
if (Generator::$platform != "win32")
addSolutionProjectRef( 'libbullet' );
addSolutionProjectRef( 'libbullet' );
}
endModule();