diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-24 00:51:54 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-24 00:51:54 (GMT) |
commit | 42a059b6323238af99d64f7016bcc1dd7550dd6b (patch) | |
tree | b60862e1e0db5503cb00749a24d644fec8fd7e08 /Tools/msi/test | |
parent | f64b9d5c710ea6614e8dc3ee86cc481d20e5beba (diff) | |
download | cpython-42a059b6323238af99d64f7016bcc1dd7550dd6b.zip cpython-42a059b6323238af99d64f7016bcc1dd7550dd6b.tar.gz cpython-42a059b6323238af99d64f7016bcc1dd7550dd6b.tar.bz2 |
Issue #24268: Adds PCBuild project to build _testmultiphase module.
Diffstat (limited to 'Tools/msi/test')
-rw-r--r-- | Tools/msi/test/test_files.wxs | 12 |
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> |