summaryrefslogtreecommitdiffstats
path: root/PCbuild/_tkinter.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-06-14 21:20:16 (GMT)
committerGitHub <noreply@github.com>2019-06-14 21:20:16 (GMT)
commitf78e66c3c9cd3a65cedba8d35f8e715e0535d8bf (patch)
treeb3e2518679fe351215dff488ee9300d4c42dda3e /PCbuild/_tkinter.vcxproj
parent322281e7caa161d5b9c0f3fbf79efd15299f3594 (diff)
downloadcpython-f78e66c3c9cd3a65cedba8d35f8e715e0535d8bf.zip
cpython-f78e66c3c9cd3a65cedba8d35f8e715e0535d8bf.tar.gz
cpython-f78e66c3c9cd3a65cedba8d35f8e715e0535d8bf.tar.bz2
Implement Windows release builds in Azure Pipelines (GH-14065)
Includes backported fixes from GH-14091
Diffstat (limited to 'PCbuild/_tkinter.vcxproj')
-rw-r--r--PCbuild/_tkinter.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_tkinter.vcxproj b/PCbuild/_tkinter.vcxproj
index fdfa596..af813b7 100644
--- a/PCbuild/_tkinter.vcxproj
+++ b/PCbuild/_tkinter.vcxproj
@@ -122,7 +122,7 @@
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="_CopyTclTkDLL" Inputs="@(_TclTkDLL)" Outputs="@(_TclTkDLL->'$(OutDir)%(Filename)%(Extension)')" AfterTargets="Build">
- <Copy SourceFiles="@(_TclTkDLL)" DestinationFolder="$(OutDir)" />
+ <Copy SourceFiles="@(_TclTkDLL)" DestinationFolder="$(OutDir)" UseHardlinksIfPossible="true" />
</Target>
<Target Name="_CleanTclTkDLL" BeforeTargets="Clean">
<Delete Files="@(_TclTkDLL->'$(OutDir)%(Filename)%(Extension)')" />