[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [10853] branches/soc-2007-mosani/ user-config.py: As a test, I've committed my user-config.py file.

Aaron Moore two.a.ron at gmail.com
Fri Jun 1 22:32:20 CEST 2007


Revision: 10853
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=10853
Author:   mosani
Date:     2007-06-01 22:32:20 +0200 (Fri, 01 Jun 2007)

Log Message:
-----------
As a test, I've committed my user-config.py file.
All it does is turn on debugging.

Added Paths:
-----------
    branches/soc-2007-mosani/user-config.py

Added: branches/soc-2007-mosani/user-config.py
===================================================================
--- branches/soc-2007-mosani/user-config.py	                        (rev 0)
+++ branches/soc-2007-mosani/user-config.py	2007-06-01 20:32:20 UTC (rev 10853)
@@ -0,0 +1,2 @@
+CCFLAGS.extend(   [ '-g' ] )
+CXXFLAGS.extend( [ '-g' ] )





More information about the Bf-blender-cvs mailing list