]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/filelist.t
give focus to show top level windows
[wxWidgets.git] / distrib / msw / tmake / filelist.t
index c239ed6c45656e0e1b5c4ea3388b626837f40c73..08a0e68a6a3acc2b97da34a59dce320250e4ef6d 100644 (file)
@@ -58,6 +58,8 @@
             $wxGeneric{$filename} = $fileflags;
         } elsif ( $filetype eq "MSW" ) {
             $wxMSW{$filename} = $fileflags;
+        } elsif ( $filetype eq "Mac" ) {
+            $wxMAC{$filename} = $fileflags;
         } elsif ( $filetype eq "Motif" ) {
             $wxMOTIF{$filename} = $fileflags;
         } elsif ( $filetype eq "GTK" ) {
@@ -80,6 +82,8 @@
             $wxPROTOCOLINCLUDE{$filename} = $fileflags;
         } elsif ( $filetype eq "HtmlH" ) {
             $wxHTMLINCLUDE{$filename} = $fileflags;
+        } elsif ( $filetype eq "MacH" ) {
+            $wxMACINCLUDE{$filename} = $fileflags;
         } elsif ( $filetype eq "MotifH" ) {
             $wxMOTIFINCLUDE{$filename} = $fileflags;
         } elsif ( $filetype eq "MSWH" ) {
@@ -94,6 +98,8 @@
             $wxUNIXINCLUDE{$filename} = $fileflags;
         } elsif ( $filetype eq "GenericH" ) {
             $wxGENERICINCLUDE{$filename} = $fileflags;
+        } elsif ( $filetype eq "MacR" ) {
+            $wxMACRESOURCE{$filename} = $fileflags;
         } else {
             warn "Unknown file type $filetype for $filename, ignoring.\n";
             next line;