diff build/win32/build_environments/scons/build_engine_debug.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/build_engine_debug.bat	Tue Jan 12 17:22:43 2010 +0000
+++ b/build/win32/build_environments/scons/build_engine_debug.bat	Tue Jan 12 20:17:01 2010 +0000
@@ -11,7 +11,7 @@
 :: Goto TRUNK and call SCons
 cd \
 cd "%_%\..\..\..\.."
-python build\win32\applications\scons\scons.py fife-python
+python build\win32\applications\scons\scons.py --enable-debug fife-python
 
 :: Return us to the directory we started from
 cd %_%