Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-10-15 13:56:51 +0300
committerJoseph Brill <48932340+jcbrill@users.noreply.github.com>2023-10-15 13:56:51 +0300
commit4a01e14a5ed000874d92de3b708606fb9e7ebcdb (patch)
treeb306add72c9600973236350126d4f6e93466cc16 /RELEASE.txt
parent494d4d2e55cc578ec711a74643f617982c847f3d (diff)
parent83f8e5fcca75439fa62ee6e6aa92198eb7283a0b (diff)
Merge branch 'master' into jbrill-msvc-clsearch
Manually resolved conflicts: * CHANGES.txt
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 94e15238d..1719968cd 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -126,6 +126,11 @@ IMPROVEMENTS
------------
- Now tries to find mingw if it comes from Chocolatey install of msys2.
+- MSVC: Module imports were changed from a relative import to a top-level
+ absolute import in the following Microsoft tools: midl, mslib, mslink, mssdk, msvc,
+ msvs. Moving any of these tools that used relative imports to the scons site tools
+ folder would fail on import (i.e., the relative import paths become invalid when
+ moved).
PACKAGING
---------