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:
authorKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-04-02 17:21:04 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-04-02 17:21:04 +0400
commit8e5fd5bba355be855f851415f6a93d0e8f0d87d5 (patch)
treecafce49a51aa61e49a5fd753acad46b731e33b57 /SConstruct
parent594040f7694a081e4ec88555ba65ae798f6243f2 (diff)
Added blender python module to game engine.
Updated Scons & Makefile
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 02e509b3c83..58063d63d31 100644
--- a/SConstruct
+++ b/SConstruct
@@ -858,7 +858,6 @@ libraries = (['blender_creator',
'blender_imbuf',
'blender_avi',
'blender_blenlib',
- 'blender_python',
'blender_makesdna',
'blender_kernel',
'blender_BSP',
@@ -910,7 +909,7 @@ if user_options_dict['BUILD_GAMEENGINE'] == 1:
'PHY_Physics'])
link_env.Append (LIBS=user_options_dict['ODE_LIBRARY'])
link_env.Append (LIBPATH=user_options_dict['ODE_LIBPATH'])
-
+link_env.Append (LIBS=['blender_python'])
link_env.Append (LIBS=user_options_dict['PYTHON_LIBRARY'])
link_env.Append (LIBPATH=user_options_dict['PYTHON_LIBPATH'])
link_env.Append (LINKFLAGS=user_options_dict['PYTHON_LINKFLAGS'])