diff options
author | William Deegan <bill@baddogconsulting.com> | 2013-04-11 22:20:24 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2013-04-11 22:20:24 (GMT) |
commit | 08f0348e313d03a65e30f16c049c6a70faa0abf8 (patch) | |
tree | 9e63edd48f0f7dc5b0fa6e4783f414929a10921f | |
parent | 58f7387b4eaf8a206edd765160715f644e10d3ab (diff) | |
download | SCons-08f0348e313d03a65e30f16c049c6a70faa0abf8.zip SCons-08f0348e313d03a65e30f16c049c6a70faa0abf8.tar.gz SCons-08f0348e313d03a65e30f16c049c6a70faa0abf8.tar.bz2 |
added text to changes.txt for this set of changes resolving some issues with MSVC and TARGET_ARCH/HOST_ARCH for MSVC
-rw-r--r-- | src/CHANGES.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 16cfa3a..e4ca531 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -4,6 +4,17 @@ Change Log +RELEASE 2.3.1.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE + + From William Deegan: + - VS2012 & VS2010 Resolve initialization issues by adding path to reg.exe + in shell used to run batch files. + - MSVC Support fixed defaulting TARGET_ARCH to HOST_ARCH. It should be + None if not explicitly set. + - MSVC Fixed issue where if more than one Architectures compilers are + detected, it would take the last one found, and not the first. + + RELEASE 2.X.X - From Anatoly Techtonik: |