Would something like this below, put above "env.ParseConfig("sdl-config
--cflags")" in SConstruct, correctly substitute the replaces needed in
autotools, that I sent in the previous email??



mingw = ARGUMENTS.get('mingw', 0)
if int(mingw):
   env.Append(CPPFLAGS=[' -I/usr/include/freetype2'])
   env.Append(LDFLAGS=[' `sdl-config --libs` -lSDL_ttf'])
   env.Append(LIBS=['logg', 'lwsock32', '/lib/libvorbisfile.a',
'/lib/libvorbis.a', '/lib/libogg.a'])
else:
   print ""



I don't have time to test right now. Might have tomorrow morning.

--
Kieran.P
http://qlwiki.linuxsolutions.co.nz/
_______________________________________________
glob2-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/glob2-devel

Reply via email to