diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-15 11:13:23 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2022-04-15 11:13:23 (GMT) |
commit | 76d7c3aea51d6292ea4860e13d47eccc2812757d (patch) | |
tree | c1b8758ddcad2fb3f19ffa493b7cb2ca6c2220a7 /CHANGES.txt | |
parent | bfe7d2d9fa23cd49ca7675af7560c42d2d8d0130 (diff) | |
parent | 5d1f38eb9ecdb281ea1586398be2e25ced578a90 (diff) | |
download | SCons-76d7c3aea51d6292ea4860e13d47eccc2812757d.zip SCons-76d7c3aea51d6292ea4860e13d47eccc2812757d.tar.gz SCons-76d7c3aea51d6292ea4860e13d47eccc2812757d.tar.bz2 |
Merge branch 'master' into jbrill-msvc-usesettings
Diffstat (limited to 'CHANGES.txt')
-rwxr-xr-x | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index cee5d60..0fa8e6a 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER From Joseph Brill: - Verify that a user specified msvc script (via MSVC_USE_SCRIPT) exists and raise an exception when the user specified msvc script does not exist. + - Fix issue where if you only had mingw installed on a Windows system and no MSVC compiler, and + did not explicitly request the mingw tool, mingw tool initialization would fail and set the + default compiler to MSVC which wasn't installed, yielding broken build. + Updated mingw tool so that the generate and exists methods use the same mingw search paths + (issue #4134). - Added MSVC_USE_SETTINGS variable to pass a dictionary to configure the msvc compiler system environment as an alternative to bypassing Visual Studio autodetection entirely. |