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:
authorAntony Riakiotakis <kalast@gmail.com>2011-11-09 18:00:24 +0400
committerAntony Riakiotakis <kalast@gmail.com>2011-11-09 18:00:24 +0400
commitee1569b9330a231d8781045853f5f794518de492 (patch)
treee7aec52ddf221f866712efc2c89891dd9d16eef8 /intern/cycles
parentadf17b48d8b179aa02bee86f0b3dae771449d8c1 (diff)
No tabs in scons! Sorry for that..
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/cycles/SConscript b/intern/cycles/SConscript
index 725553e6d5b..27943ed6ac6 100644
--- a/intern/cycles/SConscript
+++ b/intern/cycles/SConscript
@@ -24,9 +24,9 @@ defs.append('WITH_MULTI')
defs.append('WITH_CUDA')
if env['OURPLATFORM'] in ('win32-mingw'):
- cxxflags.append('-fno-rtti -ffast-math -msse -msse2 -msse3 -mtune=native'.split())
- ccflags.append('-ffast-math -msse -msse2 -msse3 -mtune=native'.split())
- defs.append('BOOST_NO_RTTI BOOST_NO_TYPEID'.split())
+ cxxflags.append('-fno-rtti -ffast-math -msse -msse2 -msse3 -mtune=native'.split())
+ ccflags.append('-ffast-math -msse -msse2 -msse3 -mtune=native'.split())
+ defs.append('BOOST_NO_RTTI BOOST_NO_TYPEID'.split())
incs.extend('. bvh render device kernel kernel/osl kernel/svm util subd'.split())
incs.extend('#intern/guardedalloc #source/blender/makesrna #source/blender/makesdna'.split())