diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-03-17 16:31:15 +0000 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-03-17 16:31:15 +0000 |
| commit | de79d15980aec5771a3e850f248c1094a3c72f22 (patch) | |
| tree | 97e73e05e1a6cadcfc08c298190c6a1455ee473b /scons_configure_template.py | |
| parent | 16beb6f9b1db6cc0d04f18a206a177f8b781e124 (diff) | |
Every plugin now built
Diffstat (limited to 'scons_configure_template.py')
| -rw-r--r-- | scons_configure_template.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scons_configure_template.py b/scons_configure_template.py index c48d1082..d9cfc2b6 100644 --- a/scons_configure_template.py +++ b/scons_configure_template.py @@ -4,7 +4,7 @@ # 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'
+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
@@ -21,8 +21,8 @@ BOOST_PATH = 'C:\\Apps\\boost_1_55_0' #QTDIR = 'C:\\Apps\\Qt\\4.8.6'
# Path to 7-zip sources
-SEVENZIP_PATH = 'C:\\Apps\\7-Zip\\7z920'
+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
-ZLIB_PATH = 'C:\\Apps\\zlib-1.2.8'
+ZLIBPATH = 'C:\\Apps\\zlib-1.2.8'
|
