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:
authorAntony Riakiotakis <kalast@gmail.com>2012-03-21 16:35:39 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-03-21 16:35:39 +0400
commitb06f238bb0e8a6526094e3ccf170fdae2a8b72df (patch)
tree55c50793754dc986824979313e07933f5efaad25 /source/blenderplayer
parentf127a0cd6f998c6b7975cfbe13f5144957fdcf67 (diff)
Fix blenderplayer utf8 cmake for MinGW (linking order matters for gcc)
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 81d685612d3..7edf5314821 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -98,7 +98,6 @@ endif()
ge_player_ghost
ge_player_common
bf_intern_string
- bf_intern_utfconv
bf_intern_ghost
bf_rna
bf_bmesh
@@ -137,6 +136,7 @@ endif()
bf_python_mathutils
bf_python_bmesh
bf_blenlib
+ bf_intern_utfconv
bf_imbuf_cineon
bf_imbuf_openexr
extern_openjpeg