Changeset View
Changeset View
Standalone View
Standalone View
build_files/scons/config/win64-mingw-config.py
| Show First 20 Lines • Show All 159 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-mgw47-mt-s-1_49 boost_date_time-mgw47-mt-sd-1_49 boost_filesystem-mgw47-mt-s-1_49 boost_filesystem-mgw47-mt-sd-1_49 boost_regex-mgw47-mt-s-1_49 boost_regex-mgw47-mt-sd-1_49 boost_system-mgw47-mt-s-1_49 boost_system-mgw47-mt-sd-1_49 boost_thread-mgw47-mt-s-1_49 boost_thread-mgw47-mt-sd-1_49' | BF_BOOST_LIB = 'boost_date_time-mgw47-mt-s-1_49 boost_date_time-mgw47-mt-sd-1_49 boost_filesystem-mgw47-mt-s-1_49 boost_filesystem-mgw47-mt-sd-1_49 boost_regex-mgw47-mt-s-1_49 boost_regex-mgw47-mt-sd-1_49 boost_system-mgw47-mt-s-1_49 boost_system-mgw47-mt-sd-1_49 boost_thread-mgw47-mt-s-1_49 boost_thread-mgw47-mt-sd-1_49' | ||||
| BF_BOOST_LIB_INTERNATIONAL = ' boost_locale-mgw47-mt-s-1_49 boost_locale-mgw47-mt-sd-1_49' | BF_BOOST_LIB_INTERNATIONAL = ' boost_locale-mgw47-mt-s-1_49 boost_locale-mgw47-mt-sd-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 = ['-mmmx', '-msse', '-msse2'] | BF_RAYOPTIMIZATION_SSE_FLAGS = ['-mmmx', '-msse', '-msse2'] | ||||
| WITH_BF_IME = True | WITH_BF_IME = True | ||||
| WITH_BF_OPENMP = True | WITH_BF_OPENMP = True | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||