summaryrefslogtreecommitdiff
path: root/src/CHANGES.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-04-23 11:32:26 -0400
committerGitHub <noreply@github.com>2019-04-23 11:32:26 -0400
commitdbba9f00d28279060f0026830d012397e13392e5 (patch)
tree65c0422551eb7c73c059c1745ecc89655ecc0e70 /src/CHANGES.txt
parent2b3a655bd778980cc09d268a7088e8f6afa7b50e (diff)
parent97f3d7aef76bf73dc33911c7087a2b55df73bd0f (diff)
downloadscons-git-dbba9f00d28279060f0026830d012397e13392e5.tar.gz
Merge pull request #3358 from bdbaddog/fix_3350_mslink_tempfile_join_char
Fix Issue #3350 mslink tempfile join char
Diffstat (limited to 'src/CHANGES.txt')
-rwxr-xr-xsrc/CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 86e98ac2b..372c2d069 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -10,6 +10,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
From William Deegan:
- Fix Issue #3350 - SCons Exception EnvironmentError is conflicting with Python's EnvironmentError.
Renamed to SConsEnvironmentError
+ - Fix Issue #3350 - mslink failing when too many objects. This is resolved by adding TEMPFILEARGJOIN variable
+ which specifies what character to join all the argements output into the tempfile. The default remains a space
+ when mslink, msvc, or mslib tools are loaded they change the TEMPFILEARGJOIN to be a line separator (\r\n on win32)
From Mats Wichmann:
- scons-time takes more care closing files and uses safer mkdtemp to avoid