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-02-11 11:27:54 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-02-11 11:27:54 +0300
commit23aad3c5fedd6b57143348da13e183d6e233784b (patch)
tree61fdee9a927467bc2da2b4a7f84c08c13962f8ce /SConstruct
parent4f9f42d30eb3349a6b15e16a5b25e31ca293d5c8 (diff)
* change integral type of loop var in two cases so OpenMP support compiles with MSVC, too.
* remove wrong flag.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 00b7404e9fd..efb8ae6d219 100644
--- a/SConstruct
+++ b/SConstruct
@@ -181,7 +181,6 @@ if env['BF_NO_ELBEEM'] == 1:
if env['WITH_BF_OPENMP'] == 1:
if env['OURPLATFORM']=='win32-vc':
- env.Append(LINKFLAGS=['/openmp'])
env['CCFLAGS'].append('/openmp')
env['CPPFLAGS'].append('/openmp')
env['CXXFLAGS'].append('/openmp')