From fcbe1df4afe10eed49e97bf08ba748f9140a5bf3 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 8 Sep 2015 21:39:01 -0700 Subject: Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. --- PCbuild/tcl.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PCbuild/tcl.vcxproj') diff --git a/PCbuild/tcl.vcxproj b/PCbuild/tcl.vcxproj index e9287c7b37d..464c83ce80c 100644 --- a/PCbuild/tcl.vcxproj +++ b/PCbuild/tcl.vcxproj @@ -61,8 +61,8 @@ - ucrt - symbols,ucrt + msvcrt + symbols,msvcrt INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996" setlocal -- cgit v1.2.3-65-gdbad