diff --git a/build/config-macos10.6-gcc-universal.py b/build/config-macos10.6-gcc-universal.py index f91525fe..ccbc593a 100644 --- a/build/config-macos10.6-gcc-universal.py +++ b/build/config-macos10.6-gcc-universal.py @@ -24,6 +24,9 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] +COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.6-gcc-x86.py b/build/config-macos10.6-gcc-x86.py index 71a18de7..d70dc6f1 100644 --- a/build/config-macos10.6-gcc-x86.py +++ b/build/config-macos10.6-gcc-x86.py @@ -24,6 +24,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.6-gcc-x86_64.py b/build/config-macos10.6-gcc-x86_64.py index 9dcb5cec..ea16e56a 100644 --- a/build/config-macos10.6-gcc-x86_64.py +++ b/build/config-macos10.6-gcc-x86_64.py @@ -24,6 +24,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.6-icl-x86.py b/build/config-macos10.6-icl-x86.py index fe6a7a3c..4faf8b6c 100644 --- a/build/config-macos10.6-icl-x86.py +++ b/build/config-macos10.6-icl-x86.py @@ -25,6 +25,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.6-icl-x86_64.py b/build/config-macos10.6-icl-x86_64.py index c393a371..6897265e 100644 --- a/build/config-macos10.6-icl-x86_64.py +++ b/build/config-macos10.6-icl-x86_64.py @@ -25,6 +25,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.7-gcc-universal.py b/build/config-macos10.7-gcc-universal.py index c9457df7..5551a9b6 100644 --- a/build/config-macos10.7-gcc-universal.py +++ b/build/config-macos10.7-gcc-universal.py @@ -24,6 +24,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.7-gcc-x86.py b/build/config-macos10.7-gcc-x86.py index 9477a28e..f60aa754 100644 --- a/build/config-macos10.7-gcc-x86.py +++ b/build/config-macos10.7-gcc-x86.py @@ -24,6 +24,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.7-gcc-x86_64.py b/build/config-macos10.7-gcc-x86_64.py index b02f5fe3..0e694f34 100644 --- a/build/config-macos10.7-gcc-x86_64.py +++ b/build/config-macos10.7-gcc-x86_64.py @@ -24,6 +24,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.7-icl-x86.py b/build/config-macos10.7-icl-x86.py index 04a7305a..4d31362d 100644 --- a/build/config-macos10.7-icl-x86.py +++ b/build/config-macos10.7-icl-x86.py @@ -25,6 +25,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.7-icl-x86_64.py b/build/config-macos10.7-icl-x86_64.py index 0a0230cb..5094e715 100644 --- a/build/config-macos10.7-icl-x86_64.py +++ b/build/config-macos10.7-icl-x86_64.py @@ -25,6 +25,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies' diff --git a/build/config-macos10.8-gcc-x86_64.py b/build/config-macos10.8-gcc-x86_64.py index cebbebb2..835e9eee 100644 --- a/build/config-macos10.8-gcc-x86_64.py +++ b/build/config-macos10.8-gcc-x86_64.py @@ -24,6 +24,8 @@ PYTHON27LIBDIR = ['/System/Library/Frameworks/Python.framework/Versions/2.7/lib' PYTHON27LIB = ['boost_python27', 'boost_system'] PYTHON33INCLUDE= ['#dependencies/include/python3.3'] PYTHON33LIB = ['boost_python33', 'boost_system'] +PYTHON34INCLUDE= ['#dependencies/include/python3.4'] +PYTHON34LIB = ['boost_python34', 'boost_system'] COLLADAINCLUDE = ['#dependencies/include/collada-dom', '#dependencies/include/collada-dom/1.4'] COLLADALIB = ['collada14dom24'] QTDIR = '#dependencies'