summaryrefslogtreecommitdiffstats
path: root/third_party/scons/README.chromium
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-03 20:15:56 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-03 20:15:56 +0000
commit8536dcada5501d93a684f00a9a6bf831abc81ef5 (patch)
tree9b5fecdefeb3f6ab03b001e00c412aedcf091927 /third_party/scons/README.chromium
parent728947148e8cade7ee8077e9451d20e18cc050ed (diff)
downloadchromium_src-8536dcada5501d93a684f00a9a6bf831abc81ef5.zip
chromium_src-8536dcada5501d93a684f00a9a6bf831abc81ef5.tar.gz
chromium_src-8536dcada5501d93a684f00a9a6bf831abc81ef5.tar.bz2
Update SCons to latest checkpoint release, 1.2.0.d20090113.
Key new features include support for batch compilation (directly supported for Visual C/C++) and ${UN,}CHANGED_{SOURCES,TARGETS} variables. Review URL: http://codereview.chromium.org/20025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/scons/README.chromium')
-rw-r--r--third_party/scons/README.chromium4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/scons/README.chromium b/third_party/scons/README.chromium
index ae5824f..2d2fbc2 100644
--- a/third_party/scons/README.chromium
+++ b/third_party/scons/README.chromium
@@ -1,7 +1,7 @@
This is a copy of SCons, a Python-based software build tool (that is,
replacement for Make) that we use for cross-platform builds.
-Current version: 1.2.0
+Current version: 1.2.0.d20090113
Originally obtained from:
@@ -34,6 +34,6 @@ To import a new version of SCons:
$ cp -rf scons-local-{VERSION}/* scons-local
$ rm -rf scons-local-{VERSION}
-- Update this README.google file to reflect the new version number.
+- Update this README.chromium file to reflect the new version number.
- Check in (after appropriate testing, of course).