]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/filelist.t
Project file corrections, doc corrections
[wxWidgets.git] / distrib / msw / tmake / filelist.t
index 08a0e68a6a3acc2b97da34a59dce320250e4ef6d..d8a99c1f351200a0ae0919ffdd31f968c2cbb7c0 100644 (file)
@@ -86,6 +86,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" ) {