Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Clitherow <aphex@nildram.co.uk>2005-08-02 01:19:41 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2005-08-02 01:19:41 +0400
commit208da2a5d0eaf2f64f7b73d0b24b619d7546bf8d (patch)
tree242fcb58abef2c0e2af01cc1d9f03dbed6308fae /extern/SConscript
parentbc865d6d2098d82f9a00655b8aa89a326244db0a (diff)
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 :)
Diffstat (limited to 'extern/SConscript')
-rw-r--r--extern/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/extern/SConscript b/extern/SConscript
index f5f4267988d..d11db23ab7a 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -5,7 +5,8 @@ Import('user_options_dict')
print "externs..."
SConscript(['qhull/SConscript',
- 'solid/SConscript'])
+ 'solid/SConscript',
+ 'bullet/SConscript'])
if user_options_dict['USE_INTERNATIONAL'] == 1: