summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-19 02:02:22 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-19 02:02:22 (GMT)
commit3892189db0066f4d2c89f2857a630a5ffac38701 (patch)
tree359c45e4bdb9feb9d95f2ffb4179f3d0a82e0037
parente30c8fc5b4be726fed38d4f128f5e1f25f0b6ad1 (diff)
downloadcpython-3892189db0066f4d2c89f2857a630a5ffac38701.zip
cpython-3892189db0066f4d2c89f2857a630a5ffac38701.tar.gz
cpython-3892189db0066f4d2c89f2857a630a5ffac38701.tar.bz2
Closes #23482: sqlite3_d.dll is not included in installer
-rw-r--r--Tools/msi/lib/lib_files.wxs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/msi/lib/lib_files.wxs b/Tools/msi/lib/lib_files.wxs
index 0c901d3..fa79a8d 100644
--- a/Tools/msi/lib/lib_files.wxs
+++ b/Tools/msi/lib/lib_files.wxs
@@ -46,6 +46,13 @@
</Component>
<?endforeach ?>
+
+ <Component Id="sqlite3_d.dll" Directory="DLLs" Guid="*">
+ <File Name="sqlite3_d.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="sqlite3_d.pdb" Directory="DLLs" Guid="*">
+ <File Name="sqlite3_d.pdb" KeyPath="yes" />
+ </Component>
</ComponentGroup>
</Fragment>
<Fragment>