diff SConstruct @ 576:a21915a97237

Added some debug capability when building with mingw on windows. This should work for you if you have debug versions of python available. Added the show and hide functions to the baseobject in the RPG demo.
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 05 Jul 2010 19:36:41 +0000
parents 2aaa22475acd
children
line wrap: on
line diff
--- a/SConstruct	Fri Jul 02 14:41:27 2010 +0000
+++ b/SConstruct	Mon Jul 05 19:36:41 2010 +0000
@@ -105,8 +105,10 @@
 #**************************************************************************
 if GetOption('enable-debug'):
 	debug = 1
+	env['FIFE_DEBUG'] = True
 else:
 	debug = 0
+	env['FIFE_DEBUG'] = False
 	
 if GetOption('disable-opengl'):
 	opengl = 0