diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-24 19:33:09 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-24 19:33:09 (GMT) |
commit | 25b2149133eec63f8501efb37f4dd6e59cdc7506 (patch) | |
tree | 643cbf4155da69c7053e10f88e2971d50df2352a /src/CHANGES.txt | |
parent | 96d8dc2718b6b6b0592d5d93c9bbc4aed209f260 (diff) | |
download | SCons-25b2149133eec63f8501efb37f4dd6e59cdc7506.zip SCons-25b2149133eec63f8501efb37f4dd6e59cdc7506.tar.gz SCons-25b2149133eec63f8501efb37f4dd6e59cdc7506.tar.bz2 |
Add ParseConfig() support for -mwindows and -mno-cygwin. (Clive Levinson)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 4780aed..1008e8e 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -69,6 +69,11 @@ RELEASE 0.97 - XXX - Allow a ListOption's default value(s) to be a Python list of specified values, not just a string containing a comma-separated list of names. + From Clive Levinson: + + - Make ParseConfig() recognize and add -mno-cygwin to $LINKFLAGS and + $CCFLAGS, and -mwindows to $LINKFLAGS. + From Elliot Murphy: - Enhance the tests to guarantee persistence of ListOption |