diff options
author | Alexandre Feblot <devnull@localhost> | 2015-04-29 22:51:56 (GMT) |
---|---|---|
committer | Alexandre Feblot <devnull@localhost> | 2015-04-29 22:51:56 (GMT) |
commit | 0b350d60762e6a369a739fccd246e7fdbef093f8 (patch) | |
tree | 1de3b683105326a7af2369118a7d3179476a2fe8 | |
parent | 96b03f5736c84dc01b9de3b19a108c1f7846c89d (diff) | |
download | SCons-0b350d60762e6a369a739fccd246e7fdbef093f8.zip SCons-0b350d60762e6a369a739fccd246e7fdbef093f8.tar.gz SCons-0b350d60762e6a369a739fccd246e7fdbef093f8.tar.bz2 |
Update README
-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 45c8a8c..7b384d2 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -33,6 +33,8 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Alexandre Feblot: - Fix for VersionedSharedLibrary under 'sunos' platform. + - Fixed dll link with precompiled headers on MSVC 2012 + - Added an 'exclude' parameter to Glob() From Laurent Marchelli: - Support for multiple cmdargs (one per variant) in VS project files. |