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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-10-22 03:07:09 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-10-22 03:07:09 +0400
commit71206c9337ec88d8711fa66c128fe464cf27e451 (patch)
tree570102e52ff79db06f050a208c3aec667f9290dc /tools/btools.py
parent7a4e9d97fff0a795a3ab076702d8b856b2e5bf62 (diff)
Patch from Timothy Baldridge
* add irix6 to GHOST windowing system (same as linux2 et al) * fix faulty return lines in shrinkwrap.c
Diffstat (limited to 'tools/btools.py')
-rwxr-xr-xtools/btools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/btools.py b/tools/btools.py
index 3112e61918a..7de1f47a91c 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -53,8 +53,8 @@ def validate_arguments(args, bc):
'WITH_BF_FTGL', 'BF_FTGL', 'BF_FTGL_INC', 'BF_FTGL_LIB',
'WITH_BF_PLAYER',
'WITH_BF_NOBLENDER',
- 'WITH_BF_BINRELOC',
- 'CFLAGS', 'CCFLAGS', 'CPPFLAGS',
+ 'WITH_BF_BINRELOC',
+ 'CFLAGS', 'CCFLAGS', 'CPPFLAGS',
'REL_CFLAGS', 'REL_CCFLAGS',
'C_WARN', 'CC_WARN', 'LLIBS', 'PLATFORM_LINKFLAGS',
'BF_PROFILE_FLAGS', 'LCGDIR',