[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17235] trunk/blender/config/linux2-config .py: Fix compile flags in linux config to fit Nathan's changes.

Martin Poirier theeth at yahoo.com
Fri Oct 31 01:23:01 CET 2008


Revision: 17235
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17235
Author:   theeth
Date:     2008-10-31 01:23:01 +0100 (Fri, 31 Oct 2008)

Log Message:
-----------
Fix compile flags in linux config to fit Nathan's changes.

Warning to others: Those flags are lists now, be careful and update other configs if needed.

Modified Paths:
--------------
    trunk/blender/config/linux2-config.py

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2008-10-30 23:55:07 UTC (rev 17234)
+++ trunk/blender/config/linux2-config.py	2008-10-31 00:23:01 UTC (rev 17235)
@@ -187,9 +187,9 @@
 ##ARFLAGS = ruv
 ##ARFLAGSQUIET = ru
 ##
-C_WARN = '-Wall -Wno-char-subscripts -Wdeclaration-after-statement'
+C_WARN = ['-Wno-char-subscripts', '-Wdeclaration-after-statement']
 
-CC_WARN = '-Wall'
+CC_WARN = ['-Wall']
 
 ##FIX_STUBS_WARNINGS = -Wno-unused
 





More information about the Bf-blender-cvs mailing list