diff build/win32/build_environments/scons/logbuild_engine_nolog.bat @ 381:e00d9af76f0a

Removed the --release command line option and replaced it with --enable-debug. Release binaries are now built by default.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Tue, 12 Jan 2010 20:17:01 +0000
parents 64738befdf3b
children 847c6ec4544e
line wrap: on
line diff
--- a/build/win32/build_environments/scons/logbuild_engine_nolog.bat	Tue Jan 12 17:22:43 2010 +0000
+++ b/build/win32/build_environments/scons/logbuild_engine_nolog.bat	Tue Jan 12 20:17:01 2010 +0000
@@ -14,7 +14,7 @@
 :: Goto TRUNK and call SCons
 cd \
 cd "%_%\..\..\..\.."
-python build\win32\applications\scons\scons.py --release --disable-log fife-python >> "%_%\engine_build_log.txt" 2>&1
+python build\win32\applications\scons\scons.py --disable-log fife-python >> "%_%\engine_build_log.txt" 2>&1
 
 :: Return us to the directory we started from
 cd %_%