diff options
author | Dirk Baechle <dl9obn@darc.de> | 2011-09-01 21:40:26 (GMT) |
---|---|---|
committer | Dirk Baechle <dl9obn@darc.de> | 2011-09-01 21:40:26 (GMT) |
commit | 30d28b60f062a64a6b51266e14ba065bc9ef2f97 (patch) | |
tree | 566dd925ea2982e96d4bbf347261acb97c045f03 /src | |
parent | 783dff6958888bc3f33a3a7d18324c754f0a9b16 (diff) | |
download | SCons-30d28b60f062a64a6b51266e14ba065bc9ef2f97.zip SCons-30d28b60f062a64a6b51266e14ba065bc9ef2f97.tar.gz SCons-30d28b60f062a64a6b51266e14ba065bc9ef2f97.tar.bz2 |
- improved docs for return value of custom Scanners (#2713)
Diffstat (limited to 'src')
-rw-r--r-- | src/Announce.txt | 2 | ||||
-rw-r--r-- | src/CHANGES.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Announce.txt b/src/Announce.txt index 28290ef..fd590f5 100644 --- a/src/Announce.txt +++ b/src/Announce.txt @@ -222,7 +222,7 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE The GNU toolchain support in previous versions of SCons would add the -fPIC flag to the $SHCXXFLAGS construction variable. - The -fPIC flag has been now been removed from the default + The -fPIC flag has now been removed from the default $SHCXXFLAGS setting. Instead, the $SHCXXCOM construction variable (the default SCons command line for compiling shared objects from C++ source files) has been changed to add the $SHCCFLAGS diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 931a046..b738ea8 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -144,6 +144,8 @@ RELEASE 2.1.0.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE - XML fixes in User's Guide. - Fixed the detection of 'jar' and 'rmic' during the initialization of the respective Tools (#2730). + - Improved docs for custom Decider functions and + custom Scanner objects (#2711, #2713). From Joe Zuntz: |