Changeset View
Changeset View
Standalone View
Standalone View
build_files/scons/config/win32-mingw-config.py
| Show First 20 Lines • Show All 160 Lines • ▼ Show 20 Lines | |||||
| WITH_BF_BOOST = True | WITH_BF_BOOST = True | ||||
| BF_BOOST = LIBDIR + '/boost' | BF_BOOST = LIBDIR + '/boost' | ||||
| BF_BOOST_INC = '${BF_BOOST}/include' | BF_BOOST_INC = '${BF_BOOST}/include' | ||||
| BF_BOOST_LIB = 'boost_date_time-mgw46-mt-s-1_49 boost_filesystem-mgw46-mt-s-1_49 boost_regex-mgw46-mt-s-1_49 boost_system-mgw46-mt-s-1_49 boost_thread-mgw46-mt-s-1_49' | BF_BOOST_LIB = 'boost_date_time-mgw46-mt-s-1_49 boost_filesystem-mgw46-mt-s-1_49 boost_regex-mgw46-mt-s-1_49 boost_system-mgw46-mt-s-1_49 boost_thread-mgw46-mt-s-1_49' | ||||
| BF_BOOST_LIB_INTERNATIONAL = 'boost_locale-mgw46-mt-s-1_49' | BF_BOOST_LIB_INTERNATIONAL = 'boost_locale-mgw46-mt-s-1_49' | ||||
| BF_BOOST_LIBPATH = '${BF_BOOST}/lib' | BF_BOOST_LIBPATH = '${BF_BOOST}/lib' | ||||
| WITH_BF_OPENVDB = True | |||||
| BF_OPENVDB = LIBDIR + '/openvdb' | |||||
| BF_OPENVDB_INC = '${BF_OPENVDB}/include' | |||||
| BF_OPENVDB_LIB = 'openvdb tbb' | |||||
| BF_OPENVDB_LIB_PATH = '${BF_OPENVDB}/lib' | |||||
| #Ray trace optimization | #Ray trace optimization | ||||
| WITH_BF_RAYOPTIMIZATION = True | WITH_BF_RAYOPTIMIZATION = True | ||||
| BF_RAYOPTIMIZATION_SSE_FLAGS = ['-msse'] | BF_RAYOPTIMIZATION_SSE_FLAGS = ['-msse'] | ||||
| WITH_BF_IME = True | WITH_BF_IME = True | ||||
| WITH_BF_OPENMP = True | WITH_BF_OPENMP = True | ||||
| ▲ Show 20 Lines • Show All 45 Lines • Show Last 20 Lines | |||||