summaryrefslogtreecommitdiffstats
path: root/Tools/msi/tcltk/tcltk_files.wxs
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-07-17 09:15:48 (GMT)
committerGitHub <noreply@github.com>2017-07-17 09:15:48 (GMT)
commit68d663cf85d1ac5eaf83482eed39c0a6f8093601 (patch)
treefe26ff995655c31aca2d5c0f7bc4f8048cca5cc4 /Tools/msi/tcltk/tcltk_files.wxs
parent49f6449ef4b81537c19b82329caaf60596c516c2 (diff)
downloadcpython-68d663cf85d1ac5eaf83482eed39c0a6f8093601.zip
cpython-68d663cf85d1ac5eaf83482eed39c0a6f8093601.tar.gz
cpython-68d663cf85d1ac5eaf83482eed39c0a6f8093601.tar.bz2
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
Updates ssl and tkinter projects to use pre-built externals
Diffstat (limited to 'Tools/msi/tcltk/tcltk_files.wxs')
-rw-r--r--Tools/msi/tcltk/tcltk_files.wxs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/msi/tcltk/tcltk_files.wxs b/Tools/msi/tcltk/tcltk_files.wxs
index 0d1b4a9..1194510 100644
--- a/Tools/msi/tcltk/tcltk_files.wxs
+++ b/Tools/msi/tcltk/tcltk_files.wxs
@@ -5,9 +5,17 @@
<Component Id="_tkinter.pyd" Directory="DLLs" Guid="*">
<File Name="_tkinter.pyd" KeyPath="yes" />
</Component>
+ </ComponentGroup>
+ <ComponentGroup Id="tcltk_dlls">
<Component Id="_tkinter.lib" Directory="libs" Guid="*">
<File Name="_tkinter.lib" KeyPath="yes" />
</Component>
+ <Component Id="tcl86t.dll" Directory="DLLs" Guid="*">
+ <File Name="tcl86t.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="tk86t.dll" Directory="DLLs" Guid="*">
+ <File Name="tk86t.dll" KeyPath="yes" />
+ </Component>
</ComponentGroup>
</Fragment>