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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-12-23 23:13:31 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-12-23 23:13:31 +0300
commiteb186d18dcf19a8410238d542b31ffdd7beb991e (patch)
tree9419f2a14c09a34596e0ae4c8a2ada71ff15e303 /source/blender/ftfont/SConscript
parentb38f6e7d184c6226de34bde375aa1ce5332c7665 (diff)
2.5 / SCons
Blender builds and links on Linux. For now without BGE and its player, but that will come. Priorities are still a mess, so expect more commits soon.
Diffstat (limited to 'source/blender/ftfont/SConscript')
-rw-r--r--source/blender/ftfont/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/ftfont/SConscript b/source/blender/ftfont/SConscript
index 5bc84504f41..02c61018dd8 100644
--- a/source/blender/ftfont/SConscript
+++ b/source/blender/ftfont/SConscript
@@ -13,4 +13,4 @@ defs = 'FTGL_STATIC_LIBRARY'
if sys.platform == 'win32':
defs += ' _WIN32 USE_GETTEXT_DLL'
-env.BlenderLib ( 'bf_ftfont', sources, Split(incs), Split(defs), libtype=['core','player'], priority=[0, 205] )
+env.BlenderLib ( 'bf_ftfont', sources, Split(incs), Split(defs), libtype=['core'], priority=[220] )