X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9cc8004c056b5911d0a05dbfa4a323eb765d281..917afc7b81c6f806ea3d50b455f7c4e320ecd68f:/distrib/msw/tmake/filelist.t?ds=sidebyside diff --git a/distrib/msw/tmake/filelist.t b/distrib/msw/tmake/filelist.t index c239ed6c45..08a0e68a6a 100644 --- a/distrib/msw/tmake/filelist.t +++ b/distrib/msw/tmake/filelist.t @@ -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;