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>2004-03-29 22:46:17 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-03-29 22:46:17 +0400
commitfc275fd72fc856fb194c54789b164ceb9d1201e6 (patch)
tree176025a4acf828d4c4389a11501a14fb8913af3a /SConstruct
parent53b9bc599074e2ba351a1c89e546e27bc99ea42e (diff)
On Windows linking to the FTGL library was problematic for some users. This is solved by adding FTGL_LIBRARY_STATIC to the defines for win32.
Thanks go to BjornMoose and alien-xmp.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index e18fcdb221a..02e509b3c83 100644
--- a/SConstruct
+++ b/SConstruct
@@ -261,6 +261,7 @@ elif sys.platform == 'win32':
defines = ['WIN32', '_CONSOLE']
defines += ['WITH_QUICKTIME']
defines += ['_LIB', 'USE_OPENAL']
+ defines += ['FTGL_LIBRARY_STATIC']
warn_flags = []
platform_libs = [ 'qtmlClient', 'soundsystem',
'ws2_32', 'dxguid', 'vfw32', 'winmm',