summaryrefslogtreecommitdiff
path: root/PCbuild/tk.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-15 11:55:52 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-07-15 11:55:52 -0700
commitb7567c587d110723e743e7b665f53e14daa3a818 (patch)
tree3ac5fd2f163043eef1444ec8917cfc98f21a2ba1 /PCbuild/tk.vcxproj
parenta47a7a5bf88c72d85f322f528381ebfa924072e9 (diff)
downloadcpython-git-b7567c587d110723e743e7b665f53e14daa3a818.tar.gz
Fix building tcl/tk with only the VC build tools installed.
Diffstat (limited to 'PCbuild/tk.vcxproj')
-rw-r--r--PCbuild/tk.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/tk.vcxproj b/PCbuild/tk.vcxproj
index 20749f719f..a26318bbe7 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
<Delete Files="$(TargetPath);$(BuildPath)$(tkDLLName)" />
<RemoveDir Directories="$(IntDir)" />
</Target>
+
+ <Target Name="ResolveAssemblyReferences" />
</Project> \ No newline at end of file