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.
This commit is contained in:
Nathan Letwory
2004-03-29 18:46:17 +00:00
parent 53b9bc5990
commit fc275fd72f

View File

@@ -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',