projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed wxXPMHandler
[wxWidgets.git]
/
distrib
/
msw
/
tmake
/
motif.t
diff --git
a/distrib/msw/tmake/motif.t
b/distrib/msw/tmake/motif.t
index 95c6f3a39166ce1c6f3fb5e85812a0980f3e2f33..d67e487cdfe5638b671a4b039674b0a5994dddbf 100644
(file)
--- a/
distrib/msw/tmake/motif.t
+++ b/
distrib/msw/tmake/motif.t
@@
-67,6
+67,8
@@
}
#! find all our headers
foreach $file (sort keys %wxWXINCLUDE) {
}
#! find all our headers
foreach $file (sort keys %wxWXINCLUDE) {
+ next if $wxWXINCLUDE{$file} =~ /\bX\b/;
+
$project{"MOTIF_HEADERS"} .= $file . " "
}
$project{"MOTIF_HEADERS"} .= $file . " "
}