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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-11-07 22:21:52 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-07 22:21:52 +0300
commit6eaaf2ce7254235081d21cde3f2815f8050faf21 (patch)
tree47562719f6b91648c53f2e7670c5efd5b38c198d /source/gameengine
parent7e8ba5c84d4d35fe6ee4e3d73d08265ae931e2d3 (diff)
=== SCons ===
* merge the recent scons changes from trunk, so this means that the same rules now apply: - scons-local available - platform default configs updated - check your user-config.py if you have made a full copy of default config Note: BGE and blenderplayer still not working, but that is normal ;) (so turn them off!)
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Physics/Sumo/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Physics/Sumo/SConscript b/source/gameengine/Physics/Sumo/SConscript
index bc1db07b313..b5900919321 100644
--- a/source/gameengine/Physics/Sumo/SConscript
+++ b/source/gameengine/Physics/Sumo/SConscript
@@ -1,7 +1,7 @@
#!/usr/bin/python
Import ('env')
-sumoenv = env.Copy()
+sumoenv = env.Clone()
sources = ['SumoPHYCallbackBridge.cpp',
'SumoPhysicsController.cpp',
'SumoPhysicsEnvironment.cpp',
@@ -9,7 +9,7 @@ sources = ['SumoPHYCallbackBridge.cpp',
'Fuzzics/src/SM_Object.cpp',
'Fuzzics/src/SM_Scene.cpp',
'Fuzzics/src/SM_MotionState.cpp'
- ]
+ ]
incs =['.',
'../common',