diff options
| author | Steven Knight <knight@baldmt.com> | 2004-08-17 06:01:13 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2004-08-17 06:01:13 (GMT) |
| commit | 3a04ee14eb94ec69fb9b1e0a8ca5bc2e209cf38c (patch) | |
| tree | eb8814a67e9ab6ce8596d013033353f31592d6f5 /src | |
| parent | e1dd4cf095ba4e90da77bd69bd7c738937c36585 (diff) | |
| download | SCons-3a04ee14eb94ec69fb9b1e0a8ca5bc2e209cf38c.zip SCons-3a04ee14eb94ec69fb9b1e0a8ca5bc2e209cf38c.tar.gz SCons-3a04ee14eb94ec69fb9b1e0a8ca5bc2e209cf38c.tar.bz2 | |
Incorporate changes from pre-release reviews.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHANGES.txt | 17 | ||||
| -rw-r--r-- | src/RELEASE.txt | 7 | ||||
| -rw-r--r-- | src/test_copyrights.py | 4 |
3 files changed, 19 insertions, 9 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 6b6fdea..9d21296 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -253,6 +253,17 @@ RELEASE 0.96 - XXX - Allow the env.WhereIs() method to take a "reject" argument to let it weed out specific path names. + From Christoph Wiedemann: + + - Add new Moc() and Uic() Builders for more explicit control over + Qt builds, plus new construction variables to control them: + $QT_AUTOSCAN, $QT_DEBUG, $QT_MOCCXXPREFIX, $QT_MOCCXXSUFFIX, + $QT_MOCHPREFIX, $QT_MOCHSUFFIX, $QT_UICDECLPREFIX, $QT_UICDECLSUFFIX, + $QT_UICIMPLPREFIX, $QT_UICIMPLSUFFIX and $QT_UISUFFIX. + + - Add a new single_source keyword argument for Builders that enforces + a single source file on calls to the Builder. + RELEASE 0.95 - Mon, 08 Mar 2004 06:43:20 -0600 @@ -489,12 +500,6 @@ RELEASE 0.95 - Mon, 08 Mar 2004 06:43:20 -0600 the flags from the environment used to specify the target, not the environment that first has the Qt Builders attached. - - Add new Moc() and Uic() Builders for Qt, and a slew of $QT_* - construction variables to control them. - - - Add a new single_source keyword argument for Builders that enforces - a single source file on calls to the Builder. - RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600 diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 0e63771..3183cfa 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -84,9 +84,10 @@ RELEASE 0.96 - XXX DScan.add_skey('.x') => env.Append(DSUFFIXES = ['.x']) FortranScan.add_skey('.x') => env.Append(FORTRANSUFFIXES = ['.x']) - - The internal "node_factory" keyword argument has been removed; - the separate and more flexible "target_factory" and "source_factory" - keywords should be used instead. + - The "node_factory" and "scanner" keyword arguments to the Builder() + function have been removed. In their place, the separate and more + flexible "target_factory," "source_factory," "target_scanner" and + "source scanner" keywords should be used instead. - SCons now treats file "extensions" that contain all digits (for example, "file.123") as part of the file basename, for easier diff --git a/src/test_copyrights.py b/src/test_copyrights.py index b0ab396..1671dbd 100644 --- a/src/test_copyrights.py +++ b/src/test_copyrights.py @@ -77,6 +77,10 @@ remove_list = [ 'MANIFEST', 'os_spawnv_fix.diff', 'setup.cfg', + 'SCons-win32-install-1.jpg', + 'SCons-win32-install-2.jpg', + 'SCons-win32-install-3.jpg', + 'SCons-win32-install-4.jpg', ] src_remove_list = [ |
