diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-09 21:11:28 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-09 21:11:28 (GMT) |
commit | 1e725d35dba7295ec9ee660f60f643abe0308fb3 (patch) | |
tree | ce7c38616011baa27542f66fb34a36f617d2e542 /src/RELEASE.txt | |
parent | d6374929b6addeceeabc611fdde346549cb3049b (diff) | |
download | SCons-1e725d35dba7295ec9ee660f60f643abe0308fb3.zip SCons-1e725d35dba7295ec9ee660f60f643abe0308fb3.tar.gz SCons-1e725d35dba7295ec9ee660f60f643abe0308fb3.tar.bz2 |
Add the $CCFLAGS variable to the $PCHCOM command line, and rearrange
the arguments so the /Fo is towards the beginning of the line
(like it is for $CCCOM, $CXXCOM, etc.).
Diffstat (limited to 'src/RELEASE.txt')
-rw-r--r-- | src/RELEASE.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 3bcf998..31aaec4 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -56,6 +56,19 @@ RELEASE 1.2.0.d20090113 - Tue, 13 Jan 2009 02:50:30 -0800 will no longer work at all, and will instead generate specific fatal errors when anyone tries to use them. + Please note the following important changes since release 1.2.0: + + -- 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. + + 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. + Please note the following important changes since release 1.1.0: -- THE $CHANGED_SOURCES, $CHANGED_TARGETS, $UNCHANGED_SOURCES |