From a524b533820f475201500a628e5a68f8bdda6743 Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Fri, 12 Jan 2007 16:37:59 +0000 Subject: [PATCH] cleanup --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index e1db72b9d..c78788807 100755 --- a/SConstruct +++ b/SConstruct @@ -337,7 +337,7 @@ if sys.platform == 'win32': common_sources += arch_win32_sources ogllibs = '' winlibs = ['glu32', 'wsock32', 'winmm', 'mingw32', 'SDLmain'] - alllibs = winlibs + generic_libs + libs = winlibs + generic_libs lflags = '-mwindows' else: print "compiling on *NIX"