]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/filelist.t
Removed references to helpxlp
[wxWidgets.git] / distrib / msw / tmake / filelist.t
index 08a0e68a6a3acc2b97da34a59dce320250e4ef6d..f3ff62ac4a7d17157ddec1010183e21cfc9c4461 100644 (file)
@@ -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" ) {