Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / scons-2.0.1 / README.nacl
1 URL: http://sourceforge.net/projects/scons/files/scons/2.0.1/scons-2.0.1.tar.gz/download  or  http://www.scons.org/download.php
2 Version: 2.0.1
3 License: MIT 
4 License File: LICENSE
5
6 Description:
7 SCons is an Open Source software construction tool-that is, a next-generation
8 build tool. Think of SCons as an improved, cross-platform substitute for the
9 classic Make utility with integrated functionality similar to
10 autoconf/automake and compiler caches such as ccache. In short, SCons is an
11 easier, more reliable and faster way to build software.
12
13 Current local modifications:
14
15 scripts/scons - exception handling for importing pkg_resources is broader.
16 (catch Exception vs. ImportError)  This fixes a problem encountered where the
17 Mac toolchain bot redefines MACOSX_DEPLOYMENT_TARGET.
18
19 Applied workaround from: http://scons.tigris.org/issues/show_bug.cgi?id=2449
20 NOTE: Both python and SCons are NOT planning to fix this, so we will need this
21 fix even when upgrading to newer versions of scons or python.
22
23 Added Visual Studio 2013 support (by registry detection only) to
24 engine/SCons/Tools/MSCommon/vc.py