more syncing with trunk, also cleared many warnings with gcc4.6

This commit is contained in:
2011-05-09 04:06:48 +00:00
parent 14a2330d7b
commit 5a2a3d7d82
69 changed files with 109 additions and 6868 deletions

View File

@@ -1,13 +1,8 @@
#!/usr/bin/python
Import ('env')
import os
sources = env.Glob('intern/*.c')
# bmesh doesn't use booleanops.c - probably remove
sources.remove('intern' + os.sep + 'booleanops.c')
incs = '. #/intern/guardedalloc #/intern/memutil ../editors/include'
incs += ' ../blenlib ../blenfont ../makesdna ../windowmanager'
incs += ' ../render/extern/include #/intern/decimation/extern ../makesrna'