summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-05-24 00:51:54 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-05-24 00:51:54 (GMT)
commit42a059b6323238af99d64f7016bcc1dd7550dd6b (patch)
treeb60862e1e0db5503cb00749a24d644fec8fd7e08 /Tools
parentf64b9d5c710ea6614e8dc3ee86cc481d20e5beba (diff)
downloadcpython-42a059b6323238af99d64f7016bcc1dd7550dd6b.zip
cpython-42a059b6323238af99d64f7016bcc1dd7550dd6b.tar.gz
cpython-42a059b6323238af99d64f7016bcc1dd7550dd6b.tar.bz2
Issue #24268: Adds PCBuild project to build _testmultiphase module.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/test/test_files.wxs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Tools/msi/test/test_files.wxs b/Tools/msi/test/test_files.wxs
index 2d5f593..e803aa0 100644
--- a/Tools/msi/test/test_files.wxs
+++ b/Tools/msi/test/test_files.wxs
@@ -14,6 +14,9 @@
<Component Id="_testimportmultiple.pyd" Directory="DLLs" Guid="*">
<File Id="_testimportmultiple.pyd" Name="_testimportmultiple.pyd" KeyPath="yes" />
</Component>
+ <Component Id="_testmultiphase.pyd" Directory="DLLs" Guid="*">
+ <File Id="_testmultiphase.pyd" Name="_testmultiphase.pyd" KeyPath="yes" />
+ </Component>
</ComponentGroup>
</Fragment>
@@ -31,6 +34,9 @@
<Component Id="_testimportmultiple.pdb" Directory="DLLs" Guid="*">
<File Id="_testimportmultiple.pdb" Name="_testimportmultiple.pdb" />
</Component>
+ <Component Id="_testmultiphase.pdb" Directory="DLLs" Guid="*">
+ <File Id="_testmultiphase.pdb" Name="_testmultiphase.pdb" />
+ </Component>
</ComponentGroup>
</Fragment>
@@ -48,6 +54,9 @@
<Component Id="_testimportmultiple_d.pyd" Directory="DLLs" Guid="*">
<File Id="_testimportmultiple_d.pyd" Name="_testimportmultiple_d.pyd" />
</Component>
+ <Component Id="_testmultiphase_d.pyd" Directory="DLLs" Guid="*">
+ <File Id="_testmultiphase_d.pyd" Name="_testmultiphase_d.pyd" />
+ </Component>
<Component Id="_testcapi_d.pdb" Directory="DLLs" Guid="*">
<File Id="_testcapi_d.pdb" Name="_testcapi_d.pdb" />
</Component>
@@ -60,6 +69,9 @@
<Component Id="_testimportmultiple_d.pdb" Directory="DLLs" Guid="*">
<File Id="_testimportmultiple_d.pdb" Name="_testimportmultiple_d.pdb" />
</Component>
+ <Component Id="_testmultiphase_d.pdb" Directory="DLLs" Guid="*">
+ <File Id="_testmultiphase_d.pdb" Name="_testmultiphase_d.pdb" />
+ </Component>
</ComponentGroup>
</Fragment>
</Wix>