]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/filelist.t
added missing const
[wxWidgets.git] / distrib / msw / tmake / filelist.t
index 4c1b83f364f66e312d6112bc5c1f09b7ca7c0ac7..22f5f60a9de2a4efa8bbfa3494a94fca02a8fb6e 100644 (file)
@@ -16,7 +16,7 @@
         next line if ( $_ eq "" or /^#/ );
 
         #! if ( $verbose ) {
-        #!     print STDERR "Processing line: '$_'\n";
+        #!      print STDERR "Processing line: '$_'\n";
         #! }
 
         my @fields = split /\t/;
@@ -49,6 +49,7 @@
         $fileflags =~ s/NotMSW/U/;
         $fileflags =~ s/NotOS2/P/;
         $fileflags =~ s/LowLevel/L/;
+        $fileflags =~ s/Theme/T/;
 
         if ( $filetype eq "Common" ) {
             $wxCommon{$filename} = $fileflags;
@@ -96,6 +97,8 @@
             $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