Update build systems to copy needed dlls from MinGW-w64, turn openmp on by default for MinGW.

This commit is contained in:
Antony Riakiotakis
2012-07-05 11:39:11 +00:00
parent 2442bcf807
commit fa92f2fb55
4 changed files with 21 additions and 5 deletions

View File

@@ -169,8 +169,8 @@ BF_BOOST_LIBPATH = BF_BOOST + '/lib'
WITH_BF_RAYOPTIMIZATION = True
BF_RAYOPTIMIZATION_SSE_FLAGS = ['-mmmx', '-msse', '-msse2']
#Produces errors while rendering with subsurf/multires,
WITH_BF_OPENMP = False
#May produce errors with unsupported MinGW-w64 builds
WITH_BF_OPENMP = True
##
CC = 'gcc'