Skip to content

Commit

Permalink
Merge pull request #237 from DavidWyand-GG/BulletBuilding
Browse files Browse the repository at this point in the history
Compile Bullet library under Windows
  • Loading branch information
DavidWyand-GG committed Feb 22, 2013
2 parents 1eecbff + 0074c4f commit 67eb2a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tools/projectGenerator/modules/bullet.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ beginModule( 'bullet' );
{
addProjectDependency( 'libbullet' );

if (Generator::$platform != "win32")
addSolutionProjectRef( 'libbullet' );
addSolutionProjectRef( 'libbullet' );
}

endModule();
Expand Down

0 comments on commit 67eb2a8

Please sign in to comment.