X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b03b51b8c9a8974722989175398d8bd6f70000e..a7872dcd74fe67b93e0781b67a83afe26f49c7b8:/distrib/msw/tmake/filelist.t diff --git a/distrib/msw/tmake/filelist.t b/distrib/msw/tmake/filelist.t index 08a0e68a6a..f3ff62ac4a 100644 --- a/distrib/msw/tmake/filelist.t +++ b/distrib/msw/tmake/filelist.t @@ -68,6 +68,8 @@ $wxUNIV{$filename} = $fileflags; } elsif ( $filetype eq "MGL" ) { $wxMGL{$filename} = $fileflags; + } elsif ( $filetype eq "Micro" ) { + $wxMICRO{$filename} = $fileflags; } elsif ( $filetype eq "OS2" ) { $wxOS2PM{$filename} = $fileflags; } elsif ( $filetype eq "HTML" ) { @@ -86,6 +88,8 @@ $wxMACINCLUDE{$filename} = $fileflags; } elsif ( $filetype eq "MotifH" ) { $wxMOTIFINCLUDE{$filename} = $fileflags; + } elsif ( $filetype eq "MSWH" && $fileflags =~ m/O/ ) { + $wxOLEINCLUDE{$filename} = $fileflags; } elsif ( $filetype eq "MSWH" ) { $wxMSWINCLUDE{$filename} = $fileflags; } elsif ( $filetype eq "GTKH" ) {