* change integral type of loop var in two cases so OpenMP support compiles with MSVC, too.

* remove wrong flag.
This commit is contained in:
Nathan Letwory
2008-02-11 08:27:54 +00:00
parent 4f9f42d30e
commit 23aad3c5fe
2 changed files with 5 additions and 6 deletions

View File

@@ -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')