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
path: root/tools
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-12-22 01:38:06 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-12-22 01:38:06 +0300
commitd0fa71a68e520ad9de86c8e544abaaea76ae06b2 (patch)
tree2c151ee2fd05a9123ce6574bb4470f9e09da384a /tools
parent074f0de97088bb2588aebcf57d725f774e351210 (diff)
parent8f3a529585186a8b0a3315d037ac374351c63221 (diff)
Merged changes in the trunk up to revision 25508.
Diffstat (limited to 'tools')
-rw-r--r--[-rwxr-xr-x]tools/btools.py7
-rw-r--r--[-rwxr-xr-x]tools/crossmingw.py0
2 files changed, 5 insertions, 2 deletions
diff --git a/tools/btools.py b/tools/btools.py
index d5cc8a543b4..556cb9b901a 100755..100644
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -76,7 +76,8 @@ def validate_arguments(args, bc):
'WITH_BF_FHS',
'BF_VERSION',
'BF_GHOST_DEBUG',
- 'WITH_BF_RAYOPTIMIZATION'
+ 'WITH_BF_RAYOPTIMIZATION',
+ 'BF_RAYOPTIMIZATION_SSE_FLAGS'
]
# Have options here that scons expects to be lists
@@ -423,7 +424,9 @@ def read_opts(cfg, args):
(BoolVariable('BF_UNIT_TEST', 'Build with unit test support.', False)),
(BoolVariable('BF_GHOST_DEBUG', 'Make GHOST print events and info to stdout. (very verbose)', False)),
- (BoolVariable('WITH_BF_RAYOPTIMIZATION', 'Enable raytracer SSE/SIMD optimization.', False))
+
+ (BoolVariable('WITH_BF_RAYOPTIMIZATION', 'Enable raytracer SSE/SIMD optimization.', False)),
+ ('BF_RAYOPTIMIZATION_SSE_FLAGS', 'SSE flags', '')
) # end of opts.AddOptions()
return localopts
diff --git a/tools/crossmingw.py b/tools/crossmingw.py
index 299bfca929d..299bfca929d 100755..100644
--- a/tools/crossmingw.py
+++ b/tools/crossmingw.py