]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/filelist.t
fixed a typo in cygwin make install
[wxWidgets.git] / distrib / msw / tmake / filelist.t
index 4c1b83f364f66e312d6112bc5c1f09b7ca7c0ac7..c4d9540fa4e9d69d27f8824346bdba7b6246004d 100644 (file)
@@ -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" ) {