summaryrefslogtreecommitdiffstats
path: root/Tools/msi/tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-14 18:30:54 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-14 18:30:54 (GMT)
commitcc115eea0c3399ee77b4576212bf29b7b018f1fd (patch)
treea03ef6b5982f4bfc68c086bf77c54f448088aa78 /Tools/msi/tools
parent17be514d0a9a391461fbbdb06332d7b2b8273374 (diff)
downloadcpython-cc115eea0c3399ee77b4576212bf29b7b018f1fd.zip
cpython-cc115eea0c3399ee77b4576212bf29b7b018f1fd.tar.gz
cpython-cc115eea0c3399ee77b4576212bf29b7b018f1fd.tar.bz2
Simplify MSI projects.
Diffstat (limited to 'Tools/msi/tools')
-rw-r--r--Tools/msi/tools/tools.wixproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/msi/tools/tools.wixproj b/Tools/msi/tools/tools.wixproj
index 18e6bab..f43cf33 100644
--- a/Tools/msi/tools/tools.wixproj
+++ b/Tools/msi/tools/tools.wixproj
@@ -8,7 +8,8 @@
</PropertyGroup>
<Import Project="..\msi.props" />
<ItemGroup>
- <Compile Include="*.wxs" />
+ <Compile Include="tools.wxs" />
+ <Compile Include="tools_files.wxs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="*.wxl" />