From: Steve Dower Date: Fri, 15 Jul 2016 18:55:52 +0000 (-0700) Subject: Fix building tcl/tk with only the VC build tools installed. X-Git-Tag: v3.6.0a4~169^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7567c587d110723e743e7b665f53e14daa3a818;p=thirdparty%2FPython%2Fcpython.git Fix building tcl/tk with only the VC build tools installed. --- diff --git a/PCbuild/tcl.vcxproj b/PCbuild/tcl.vcxproj index 464c83ce80cf..3dfd155810ff 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 f857f9e67f17..d1bc0aba3024 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 20749f719f59..a26318bbe786 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