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-09-20 14:41:16 +0400
committerKester Maddock <Christopher.Maddock.1@uni.massey.ac.nz>2004-09-20 14:41:16 +0400
commit3eddbfa9420d1b4050c22fe761eb8fbc0984b665 (patch)
tree4d08d898562c3330ef8ab0f28932280ce84b8fa9 /SConstruct
parentc4a0a01a55eceebb31fde07711277e80fc0c8b6a (diff)
Fix link ordering for blenderplayer.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 01b51462676..64383cb0fcc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1043,10 +1043,10 @@ def common_libs(env):
Append to env all libraries that are common to Blender and Blenderplayer
"""
env.Append (LIBS=[
- 'blender_blenloader',
'blender_readblenfile',
'blender_img',
'blender_blenkernel',
+ 'blender_blenloader',
'blender_blenpluginapi',
'blender_imbuf',
'blender_avi',