From b06f238bb0e8a6526094e3ccf170fdae2a8b72df Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Wed, 21 Mar 2012 12:35:39 +0000 Subject: [PATCH] Fix blenderplayer utf8 cmake for MinGW (linking order matters for gcc) --- source/blenderplayer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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