From dbfadcad610c6ee10b57759db05f75d26dc18987 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 2 Apr 2013 13:07:01 +0000 Subject: Fix compilation on MinGW(64/32) Also, add appropriate lib paths for recent OpenCollada for mingw32 (coming soon to an svn server near you) --- source/blender/editors/util/CMakeLists.txt | 2 ++ source/blender/editors/util/SConscript | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/util') diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt index 53c23a8f853..bcc55c4ea6e 100644 --- a/source/blender/editors/util/CMakeLists.txt +++ b/source/blender/editors/util/CMakeLists.txt @@ -90,6 +90,8 @@ set(SRC ../include/UI_view2d.h ) +add_definitions(-DGLEW_STATIC) + if(WITH_INTERNATIONAL) add_definitions(-DWITH_INTERNATIONAL) endif() diff --git a/source/blender/editors/util/SConscript b/source/blender/editors/util/SConscript index 1c1a8e46dd7..8460b307f0d 100644 --- a/source/blender/editors/util/SConscript +++ b/source/blender/editors/util/SConscript @@ -28,7 +28,7 @@ Import ('env') sources = env.Glob('*.c') -defs = [] +defs = [ 'GLEW_STATIC' ] incs = '../include ../../blenfont ../../blenlib ../../blenkernel ../../makesdna ../../imbuf' incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include' -- cgit v1.2.3