summaryrefslogtreecommitdiffstats
path: root/Tools/msi/lib
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/lib
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/lib')
-rw-r--r--Tools/msi/lib/lib_files.wxs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tools/msi/lib/lib_files.wxs b/Tools/msi/lib/lib_files.wxs
index a83f544..0b8a3ee 100644
--- a/Tools/msi/lib/lib_files.wxs
+++ b/Tools/msi/lib/lib_files.wxs
@@ -14,6 +14,12 @@
<Component Id="sqlite3.dll" Directory="DLLs" Guid="*">
<File Name="sqlite3.dll" KeyPath="yes" />
</Component>
+ <Component Id="libeay32.dll" Directory="DLLs" Guid="*">
+ <File Name="libeay32.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="ssleay32.dll" Directory="DLLs" Guid="*">
+ <File Name="ssleay32.dll" KeyPath="yes" />
+ </Component>
</ComponentGroup>
</Fragment>
@@ -30,6 +36,12 @@
<Component Id="sqlite3.pdb" Directory="DLLs" Guid="*">
<File Name="sqlite3.pdb" />
</Component>
+ <Component Id="libeay32.pdb" Directory="DLLs" Guid="*">
+ <File Name="libeay32.pdb" KeyPath="yes" />
+ </Component>
+ <Component Id="ssleay32.pdb" Directory="DLLs" Guid="*">
+ <File Name="ssleay32.pdb" KeyPath="yes" />
+ </Component>
</ComponentGroup>
</Fragment>