diff options
author | Steven Knight <knight@baldmt.com> | 2003-10-04 13:37:54 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-10-04 13:37:54 (GMT) |
commit | db545f30d242352f96dfea29d0f9ca9ba39ab72b (patch) | |
tree | af529c0527702746d5b82df8d95f001133eb2401 /src/CHANGES.txt | |
parent | 176114b2c141bd950c2bc7231f829989fc7481b1 (diff) | |
download | SCons-db545f30d242352f96dfea29d0f9ca9ba39ab72b.zip SCons-db545f30d242352f96dfea29d0f9ca9ba39ab72b.tar.gz SCons-db545f30d242352f96dfea29d0f9ca9ba39ab72b.tar.bz2 |
Add .S, .spp and .SPP to the list of files scanned for C preprocessor dependencies. (J.T. Conklin)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 6101191..432d624 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -15,6 +15,8 @@ RELEASE X.XX - XXX - On POSIX, execute commands with the more modern os.spawnvpe() function, if it's available. + - Scan .S, .spp and .SPP files for C preprocessor dependencies. + From Charles Crain: - Add support for a JARCHDIR variable to control changing to a |