diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-07-15 18:55:52 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-07-15 18:55:52 (GMT) |
commit | b7567c587d110723e743e7b665f53e14daa3a818 (patch) | |
tree | 3ac5fd2f163043eef1444ec8917cfc98f21a2ba1 /PCbuild/tcl.vcxproj | |
parent | a47a7a5bf88c72d85f322f528381ebfa924072e9 (diff) | |
download | cpython-b7567c587d110723e743e7b665f53e14daa3a818.zip cpython-b7567c587d110723e743e7b665f53e14daa3a818.tar.gz cpython-b7567c587d110723e743e7b665f53e14daa3a818.tar.bz2 |
Fix building tcl/tk with only the VC build tools installed.
Diffstat (limited to 'PCbuild/tcl.vcxproj')
-rw-r--r-- | PCbuild/tcl.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/tcl.vcxproj b/PCbuild/tcl.vcxproj index 464c83c..3dfd155 100644 --- a/PCbuild/tcl.vcxproj +++ b/PCbuild/tcl.vcxproj @@ -88,4 +88,6 @@ nmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFla <Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" /> <RemoveDir Directories="$(IntDir)" /> </Target> + + <Target Name="ResolveAssemblyReferences" /> </Project>
\ No newline at end of file |