summaryrefslogtreecommitdiffstats
path: root/Tools/msi/dev/dev.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/msi/dev/dev.wixproj')
-rw-r--r--Tools/msi/dev/dev.wixproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/msi/dev/dev.wixproj b/Tools/msi/dev/dev.wixproj
index bc3a19c..4a56cec 100644
--- a/Tools/msi/dev/dev.wixproj
+++ b/Tools/msi/dev/dev.wixproj
@@ -21,7 +21,8 @@
<EmbeddedResource Include="*.wxl" />
</ItemGroup>
<ItemGroup>
- <InstallFiles Include="$(PySourcePath)include\**\*.h">
+ <InstallFiles Include="$(PySourcePath)include\**\*.h"
+ Exclude="$(PySourcePath)include\pyconfig.h">
<SourceBase>$(PySourcePath)</SourceBase>
<Source>!(bindpath.src)</Source>
<TargetBase>$(PySourcePath)</TargetBase>