summaryrefslogtreecommitdiffstats
path: root/src/RELEASE.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-11 17:48:32 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-11 17:48:32 (GMT)
commit33b254500d0cb179b4446537482905748ff32cf9 (patch)
tree44efaf0dbfe6fc5d9eb62ddd099e6d087c8fae29 /src/RELEASE.txt
parent30975b029263b942e75bfbdb38b437c283cad2ba (diff)
downloadSCons-33b254500d0cb179b4446537482905748ff32cf9.zip
SCons-33b254500d0cb179b4446537482905748ff32cf9.tar.gz
SCons-33b254500d0cb179b4446537482905748ff32cf9.tar.bz2
Remove unnecessary nested $( $) around $_LIBDIRFLAGS from $LINKCOM
definitions that still have them. This will cause relinks upon upgrade when using the Microsoft, OS/2 or Phar Lap linkers.
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r--src/RELEASE.txt23
1 files changed, 17 insertions, 6 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index 31aaec4..3973eb6 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -61,13 +61,24 @@ RELEASE 1.2.0.d20090113 - Tue, 13 Jan 2009 02:50:30 -0800
-- VISUAL C/C++ PRECOMPILED HEADERS WILL BE REBUILT
Precompiled header files built with Visual C/C++ will be
- rebuilt after upgrading from 1.2.0.
+ rebuilt after upgrading from 1.2.0 to a later release.
- This rebuild is normal will occur because the command line
- defined by the $PCHCOM construction variable has had the
- $CCFLAGS variable added, and has been rearranged to put the
- "/Fo" output flag towards the beginning of the line, consistent
- with the related command lines for $CCCOM, $CXXCOM, etc.
+ This rebuild is normal and will occur because the command line
+ defined by the $PCHCOM construction variable has had the $CCFLAGS
+ variable added, and has been rearranged to put the "/Fo" output
+ flag towards the beginning of the line, consistent with the
+ related command lines for $CCCOM, $CXXCOM, etc.
+
+ -- CHANGES TO SOME LINKER COMMAND LINES WILL CAUSE RELINKING
+
+ Changes to the command line definitions for the Microsoft link.exe
+ linker, the OS/2 ilink linker and the Phar Lap linkloc linker
+ will cause targets built with those tools be to be rebuilt after
+ upgrading from 1.2.0 to a later release.
+
+ This relink is normal and will occur because the command lines for
+ these tools have been redefined to remove unnecessary nested $(
+ and $) character strings.
Please note the following important changes since release 1.1.0: