diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-03-15 10:58:21 +0000 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-03-15 10:58:21 +0000 |
| commit | 2628dd3fb8731dcf87ec301a5bc6717401108cd0 (patch) | |
| tree | 92892c39aa0ffd237745123af5c9f6b1f393a2f8 /scons_configure_template.py | |
| parent | 2d20185e77113fa1707af121dd2df22742899fa3 (diff) | |
Yet more scons stuff. Now builds everything but the plugins, and installs all the dlls
Diffstat (limited to 'scons_configure_template.py')
| -rw-r--r-- | scons_configure_template.py | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/scons_configure_template.py b/scons_configure_template.py index 10baa234..c48d1082 100644 --- a/scons_configure_template.py +++ b/scons_configure_template.py @@ -1,6 +1,11 @@ # 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
+BOOST_PATH = '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.
@@ -11,15 +16,13 @@ # 64-bit python install and scons has been installed for the 64 bit version
#PYTHONPATH=C:\Apps\Python
-# 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
-BOOST_PATH = 'C:\\Apps\\boost_1_55_0'
-
# 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
+SEVENZIP_PATH = 'C:\\Apps\\7-Zip\\7z920'
+
# Path to zlib. Please read the README file for more information about how this
# needs to be set up
ZLIB_PATH = 'C:\\Apps\\zlib-1.2.8'
|
