Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: scons-2.0.1/README.nacl

Issue 218403011: Adding msvs2013 support to scons. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/third_party.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | scons-2.0.1/engine/SCons/Tool/MSCommon/vc.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 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 2 Version: 2.0.1
3 License: MIT 3 License: MIT
4 License File: LICENSE 4 License File: LICENSE
5 5
6 Description: 6 Description:
7 SCons is an Open Source software construction tool-that is, a next-generation 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 8 build tool. Think of SCons as an improved, cross-platform substitute for the
9 classic Make utility with integrated functionality similar to 9 classic Make utility with integrated functionality similar to
10 autoconf/automake and compiler caches such as ccache. In short, SCons is an 10 autoconf/automake and compiler caches such as ccache. In short, SCons is an
11 easier, more reliable and faster way to build software. 11 easier, more reliable and faster way to build software.
12 12
13 Current local modifications: 13 Current local modifications:
14 14
15 scripts/scons - exception handling for importing pkg_resources is broader. 15 scripts/scons - exception handling for importing pkg_resources is broader.
16 (catch Exception vs. ImportError) This fixes a problem encountered where the 16 (catch Exception vs. ImportError) This fixes a problem encountered where the
17 Mac toolchain bot redefines MACOSX_DEPLOYMENT_TARGET. 17 Mac toolchain bot redefines MACOSX_DEPLOYMENT_TARGET.
18 18
19 Applied workaround from: http://scons.tigris.org/issues/show_bug.cgi?id=2449 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 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. 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
OLDNEW
« no previous file with comments | « no previous file | scons-2.0.1/engine/SCons/Tool/MSCommon/vc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698