Added support for compiling BULLET with scons on windows

using bandoler's patch as a basis (thanks!).

A couple of notes:

-  This is for windows only, I did not have a chance to try linux yet.

-  SConscript for PHY_Bullet may need tweaking (plus support
 for other platforms), but at least it's in there :)

Any problems, shout :)
This commit is contained in:
Simon Clitherow
2005-08-01 21:19:41 +00:00
parent bc865d6d20
commit 208da2a5d0
10 changed files with 58 additions and 6 deletions

View File

@@ -22,3 +22,5 @@ if user_options_dict['USE_PHYSICS'] == 'solid':
SConscript(['Physics/Sumo/SConscript'])
elif user_options_dict['USE_PHYSICS'] == 'ode':
SConscript(['Physics/BlOde/SConscript'])
elif user_options_dict['USE_PHYSICS'] == 'bullet':
SConscript(['Physics/Bullet/SConscript'])