next line if ( $_ eq "" or /^#/ );
#! if ( $verbose ) {
- #! print STDERR "Processing line: '$_'\n";
+ #! print STDERR "Processing line: '$_'\n";
#! }
my @fields = split /\t/;
$wxGTKINCLUDE{$filename} = $fileflags;
} elsif ( $filetype eq "OS2H" ) {
$wxOS2PMINCLUDE{$filename} = $fileflags;
+ } elsif ( $filetype eq "MGLH" ) {
+ $wxMGLINCLUDE{$filename} = $fileflags;
} elsif ( $filetype eq "X11H" ) {
$wxX11INCLUDE{$filename} = $fileflags;
} elsif ( $filetype eq "UnivH" ) {
close(FILELIST);
#$}
-#! vim:sw=4:ts=4:list:et
+#! vim:sw=4:ts=4:list:et:ft=perl