From b7567c587d110723e743e7b665f53e14daa3a818 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Fri, 15 Jul 2016 11:55:52 -0700 Subject: [PATCH] Fix building tcl/tk with only the VC build tools installed. --- PCbuild/tcl.vcxproj | 2 ++ PCbuild/tix.vcxproj | 2 ++ PCbuild/tk.vcxproj | 2 ++ 3 files changed, 6 insertions(+) diff --git a/PCbuild/tcl.vcxproj b/PCbuild/tcl.vcxproj index 464c83ce80c..3dfd155810f 100644 --- a/PCbuild/tcl.vcxproj +++ b/PCbuild/tcl.vcxproj @@ -88,4 +88,6 @@ nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFla + + \ No newline at end of file diff --git a/PCbuild/tix.vcxproj b/PCbuild/tix.vcxproj index f857f9e67f1..d1bc0aba302 100644 --- a/PCbuild/tix.vcxproj +++ b/PCbuild/tix.vcxproj @@ -89,4 +89,6 @@ nmake /nologo -f makefile.vc MACHINE=$(TclMachine) $(DebugFlags) $(TclShortVersi + + \ No newline at end of file diff --git a/PCbuild/tk.vcxproj b/PCbuild/tk.vcxproj index 20749f719f5..a26318bbe78 100644 --- a/PCbuild/tk.vcxproj +++ b/PCbuild/tk.vcxproj @@ -92,4 +92,6 @@ nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs + + \ No newline at end of file