From d84573386e5ee0c63d8f4bebb3984fc6385bcb90 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Sat, 4 Feb 2012 10:02:59 +0000 Subject: Fix MinGW compilation due to recent font rendering changes. GLEW_STATIC needs to be defined for static linking of GLEW or the dynamic entry points are looked up during linking --- source/blender/blenfont/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenfont/CMakeLists.txt') diff --git a/source/blender/blenfont/CMakeLists.txt b/source/blender/blenfont/CMakeLists.txt index d9282978562..ebf9ff4db39 100644 --- a/source/blender/blenfont/CMakeLists.txt +++ b/source/blender/blenfont/CMakeLists.txt @@ -57,5 +57,7 @@ if(WITH_INTERNATIONAL) add_definitions(-DWITH_INTERNATIONAL) endif() +add_definitions(-DGLEW_STATIC) + blender_add_lib(bf_blenfont "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3