summaryrefslogtreecommitdiff
path: root/scons_configure_template.py
diff options
context:
space:
mode:
authorTom Tanner <thosrtanner2@users.sourceforge.net>2015-03-22 10:51:43 +0000
committerTom Tanner <thosrtanner2@users.sourceforge.net>2015-03-22 10:51:43 +0000
commit266a6964290033ee86923e96524df8d077d6578a (patch)
tree5acdefbe0d72cee45b05c2ec8988ef49d3dff3b5 /scons_configure_template.py
parent07b8896f92568083870a5ad61f83e3cb2e4e97ff (diff)
parentea520baf4e4a512744552a8528e3b41145796151 (diff)
Merge
Diffstat (limited to 'scons_configure_template.py')
-rw-r--r--scons_configure_template.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/scons_configure_template.py b/scons_configure_template.py
new file mode 100644
index 00000000..d9cfc2b6
--- /dev/null
+++ b/scons_configure_template.py
@@ -0,0 +1,28 @@
+# This python script contains the configuration for scons
+# Copy this to scons_configure.py and adjust to taste.
+
+# Path to your boost install - it should have a boost/ subdirectory and a stage/
+# subdirectory. The scons script will use stage/lib if there, or the appropriate
+# version for your compiler, if you installed the multiple-build version
+BOOSTPATH = 'C:\\Apps\\boost_1_55_0'
+
+# Version of Visual Studio to use, if you wish to use a specific version. If you
+# don't specify a version, the latest will be picked.. See the scons manual for
+# supported values.
+#MSVC_VERSION = '10.0Exp'
+
+# Path to your python install
+# You don't really need to set this up but you might if (say) you have a 32- and
+# 64-bit python install and scons has been installed for the 64 bit version
+#PYTHONPATH=C:\Apps\Python
+
+# Path to your QT install. This might constrain the version of MSVC you can use.
+# This seems to be set by QTCreator
+#QTDIR = 'C:\\Apps\\Qt\\4.8.6'
+
+# Path to 7-zip sources
+SEVENZIPPATH = 'C:\\Apps\\7-Zip\\7z920'
+
+# Path to zlib. Please read the README file for more information about how this
+# needs to be set up
+ZLIBPATH = 'C:\\Apps\\zlib-1.2.8'