]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/gtk.t
Fixes for 16-bit compilation
[wxWidgets.git] / distrib / msw / tmake / gtk.t
index 53ddb455719fdb3a7cba60ed51755ec239bcd6a1..8e87b600255440f8f08e6d06ae38a17b1cd6a341 100644 (file)
         $project{"HTMLOBJS"} .= $fileobj . " ";
         $project{"HTMLDEPS"} .= $filedep . " "
     }
+    
     #! find all our headers
     foreach $file (sort keys %wxWXINCLUDE) {
+        next if $wxWXINCLUDE{$file} =~ /\bR\b/;
+
         $project{"GTK_HEADERS"} .= $file . " "
     }