From 573e14c592fcc61b228d3814c4d9d47009ddc11e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 17 Feb 2009 20:16:09 +0000 Subject: 2.5: CMake update for blenfont module, also some flags for scons to make it compatible with makefiles and ftfont module. --- source/blender/blenfont/SConscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/blenfont/SConscript') diff --git a/source/blender/blenfont/SConscript b/source/blender/blenfont/SConscript index fb162cdd80b..42ccfc8e2ed 100644 --- a/source/blender/blenfont/SConscript +++ b/source/blender/blenfont/SConscript @@ -15,4 +15,8 @@ defs = '' if env['WITH_BF_INTERNATIONAL']: defs += ' WITH_FREETYPE2' +defs = 'FTGL_STATIC_LIBRARY' +if sys.platform == 'win32': + defs += ' _WIN32 USE_GETTEXT_DLL' + env.BlenderLib ( 'bf_blenfont', sources, Split(incs), Split(defs), libtype=['core'], priority=[210] ) -- cgit v1.2.3