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:
authorMitchell Stokes <mogurijin@gmail.com>2013-05-13 06:49:18 +0400
committerMitchell Stokes <mogurijin@gmail.com>2013-05-13 06:49:18 +0400
commite5bbf2441aa771ba0c74444a9914016aa69f3737 (patch)
treece1052427cd9ac6091f52d1ee078e313ef227595 /source/blenderplayer/CMakeLists.txt
parentc961c56c64eac7b7b8aaea771bbc1d58ca182d6e (diff)
BGE: Tweaking the linking order of the Blenderplayer (CMake) to avoid needing to put BLI code in stubs.c. This fixes an infinite loop with the Edge Split modifier in the Blenderplayer. SCons still has to be tested.
Diffstat (limited to 'source/blenderplayer/CMakeLists.txt')
-rw-r--r--source/blenderplayer/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 51f98e625c6..828d2a42666 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -93,7 +93,6 @@ endif()
bf_intern_string
bf_intern_ghost
bf_rna
- bf_bmesh
bf_blenkernel
bf_intern_rigidbody
bf_blenloader
@@ -127,7 +126,6 @@ endif()
bf_python_ext
bf_python_mathutils
bf_python_bmesh
- bf_blenlib
bf_intern_utfconv
bf_imbuf_cineon
bf_imbuf_openexr
@@ -140,6 +138,7 @@ endif()
bf_intern_audaspace
blenkernel_blc
bf_bmesh
+ bf_blenlib
extern_binreloc
extern_minilzo
bf_intern_ghost # duplicate for linking