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:
authorThomas Dinges <blender@dingto.org>2011-11-09 01:17:42 +0400
committerThomas Dinges <blender@dingto.org>2011-11-09 01:17:42 +0400
commitaf867438fc08e49014888b9bc2261a8193f4f10e (patch)
treea62de05bee24ca37f5101d65a8ea6588badfaf7b
parenta645935a1d8118e6c28b3a0ebdc338439e647c52 (diff)
Scons:
* Fixing x64 compile with Cycles.
-rw-r--r--build_files/scons/config/win64-vc-config.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/build_files/scons/config/win64-vc-config.py b/build_files/scons/config/win64-vc-config.py
index 2e3856f9380..d910bdc5ca6 100644
--- a/build_files/scons/config/win64-vc-config.py
+++ b/build_files/scons/config/win64-vc-config.py
@@ -157,15 +157,16 @@ WITH_BF_CYCLES = True
WITH_BF_OIIO = True
BF_OIIO = LIBDIR + '/openimageio'
-BF_OIIO_INC = '${BF_OIIO}/include'
+BF_OIIO_INC = '#../lib/win64/openimageio/include'
BF_OIIO_LIB = 'OpenImageIO'
BF_OIIO_LIBPATH = '${BF_OIIO}/lib'
+BF_OIIO_LIBPATH = '#../lib/win64/openimageio/lib'
WITH_BF_BOOST = True
BF_BOOST = LIBDIR + '/boost'
-BF_BOOST_INC = '${BF_BOOST}/include'
+BF_BOOST_INC = '#../lib/win64/boost/include'
BF_BOOST_LIB = 'libboost_date_time-vc90-mt-s-1_47 libboost_filesystem-vc90-mt-s-1_47 libboost_regex-vc90-mt-s-1_47 libboost_system-vc90-mt-s-1_47 libboost_thread-vc90-mt-s-1_47'
-BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
+BF_BOOST_LIBPATH = '#../lib/win64/boost/lib'
#Ray trace optimization
WITH_BF_RAYOPTIMIZATION = True