don't include unnecessary headers in the distribution

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-04-22 16:12:34 +00:00
parent 5cd09f0b8d
commit 7529690de8
3 changed files with 6 additions and 0 deletions

View File

@@ -67,6 +67,8 @@
#! find all our headers
foreach $file (sort keys %wxWXINCLUDE) {
next if $wxWXINCLUDE{$file} =~ /\bR\b/;
$project{"GTK_HEADERS"} .= $file . " "
}

View File

@@ -67,6 +67,8 @@
}
#! find all our headers
foreach $file (sort keys %wxWXINCLUDE) {
next if $wxWXINCLUDE{$file} =~ /\bX\b/;
$project{"MOTIF_HEADERS"} .= $file . " "
}

View File

@@ -58,6 +58,8 @@
}
#! find all our headers
foreach $file (sort keys %wxWXINCLUDE) {
next if $wxWXINCLUDE{$file} =~ /\bP\b/;
$project{"OS2PM_HEADERS"} .= $file . " "
}