]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/gtk.t
wxScrolledWindow is now a native widget under GTK.
[wxWidgets.git] / distrib / msw / tmake / gtk.t
index c5feea8eeac6ea628e7ba728503d2d67facb6ebf..8e87b600255440f8f08e6d06ae38a17b1cd6a341 100644 (file)
         $project{"HTMLDEPS"} .= $filedep . " "
     }
     
-    foreach $file (sort keys %wxOGL) {
-        ($fileobj = $file) =~ s/cp?p?$/\o/;
-        ($filedep = $file) =~ s/cp?p?$/\d/;
-
-        $project{"GTK_SOURCES"} .= "ogl/" . $file . " ";
-        $project{"OGLOBJS"} .= $fileobj . " ";
-        $project{"OGLDEPS"} .= $filedep . " "
-    }
-    
     #! find all our headers
     foreach $file (sort keys %wxWXINCLUDE) {
+        next if $wxWXINCLUDE{$file} =~ /\bR\b/;
+
         $project{"GTK_HEADERS"} .= $file . " "
     }
 
         $project{"GTK_HEADERS"} .= "html/" . $file . " "
     }
 
-    foreach $file (sort keys %wxOGLINCLUDE) {
-        $project{"GTK_HEADERS"} .= "ogl/" . $file . " "
-    }
-
     foreach $file (sort keys %wxPROTOCOLINCLUDE) {
         $project{"GTK_HEADERS"} .= "protocol/" . $file . " "
     }
@@ -141,9 +130,3 @@ HTMLOBJS = \
 HTMLDEPS = \
                #$ ExpandList("HTMLDEPS");
 
-OGLOBJS = \
-               #$ ExpandList("OGLOBJS");
-
-OGLDEPS = \
-               #$ ExpandList("OGLDEPS");
-