summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-06-17 15:43:35 (GMT)
committerGitHub <noreply@github.com>2019-06-17 15:43:35 (GMT)
commit79d8204c4f02d02b3c6570de94c85863c27ddecb (patch)
tree2b259ded731e89633a96275612ef44a151c7275f /PCbuild
parent71031cf4ed5ac9e330c8890b92379d9df383925b (diff)
downloadcpython-79d8204c4f02d02b3c6570de94c85863c27ddecb.zip
cpython-79d8204c4f02d02b3c6570de94c85863c27ddecb.tar.gz
cpython-79d8204c4f02d02b3c6570de94c85863c27ddecb.tar.bz2
bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
(cherry picked from commit 00f6493084c385033fe5574314223217d9a26672) Co-authored-by: Paul Monson <paulmon@users.noreply.github.com>
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/python.vcxproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj
index fdf8f12..e37bcfb 100644
--- a/PCbuild/python.vcxproj
+++ b/PCbuild/python.vcxproj
@@ -150,10 +150,10 @@ $(_PGOPath)
<LicenseFiles Include="$(PySourcePath)LICENSE;
$(PySourcePath)PC\crtlicense.txt;
$(bz2Dir)LICENSE;
- $(opensslOutDir)LICENSE;
- $(tcltkDir)tcllicense.terms;
+ $(opensslOutDir)LICENSE;" />
+ <LicenseFiles Include="$(tcltkDir)tcllicense.terms;
$(tcltkDir)tklicense.terms;
- $(tcltkDir)tixlicense.terms" />
+ $(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" />
<_LicenseFiles Include="@(LicenseFiles)">
<Content>$([System.IO.File]::ReadAllText(%(FullPath)))</Content>
</_LicenseFiles>