Blob Blame History Raw
diff -up boswars-2.4.1-src/SConstruct.hdg boswars-2.4.1-src/SConstruct
--- boswars-2.4.1-src/SConstruct.hdg	2007-09-02 21:44:44.000000000 +0200
+++ boswars-2.4.1-src/SConstruct	2007-09-07 19:32:04.000000000 +0200
@@ -279,7 +278,8 @@ AutoConfigureIfNeeded(env, '')
 
 # define the different build environments (variants)
 release = env.Copy()
-release.Append(CCFLAGS = Split('-O2 -pipe -fomit-frame-pointer -fexpensive-optimizations -ffast-math'))
+release.Append(CCFLAGS = Split('-ffast-math'))
+release.Append(LIBS = '-ltolua++')
 
 if mingw['extrapath']:
   mingw.Tool('crossmingw', toolpath = ['tools/scons/'])