Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-27 01:24:26 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-11-27 01:24:26 +0300
commite384ad573ac71d065ad27e139039af0b711be8dd (patch)
treee145011cdf8e10cda0e65db32d4fad0fcf4b710e /source/blender/makesrna/intern/SConscript
parent03f9b732165b9a2bc35d1b7e46411cb69d076d61 (diff)
RNA
* Made auto collection wrapping work for ** arrays. (Mesh.mats, still points to ID since there is no Material yet). * Added sorting of RNA structs/properties before writing.
Diffstat (limited to 'source/blender/makesrna/intern/SConscript')
-rw-r--r--source/blender/makesrna/intern/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index e493e274690..f8d623dfa2b 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -3,7 +3,7 @@ import sys
import os
Import ('env')
-cflags = '-Wall'
+cflags = ''
defines = []
root_build_dir=env['BF_BUILDDIR']