Added boost-iostreams and z to libraries in the cross-compilation SConstruct.

This commit is contained in:
Elias Pschernig 2007-12-12 18:48:17 +00:00
parent c4d43c8cc3
commit 4c848dec37

View file

@ -88,7 +88,7 @@ env.Append(CCFLAGS = ["-O2", "-mthreads", "-DHAVE_PYTHON"])
env.Append(LINKFLAGS = ["-s", "-mwindows", "-lmingwthrd"])
env.Append(CPPPATH = ["src", "src/widgets"])
env.Append(LIBS = ["mingw32", "SDLmain", "SDL", "SDL_net", "SDL_mixer", "SDL_image",
"intl", "wsock32", "freetype", "python24"])
"intl", "wsock32", "freetype", "python24", "boost-iostreams", "z"])
# Scons stuff
env.BuildDir("../build", "src")