]> 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 a9cbdbca5d903b4671d77630284f43b1b58fc725..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 . " "
     }
 
@@ -127,8 +130,3 @@ HTMLOBJS = \
 HTMLDEPS = \
                #$ ExpandList("HTMLDEPS");
 
-IODBCOBJS = \
-               #$ ExpandList("IODBCOBJS");
-
-IODBCDEPS = \
-               #$ ExpandList("IODBCDEPS");