X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdad4e7e02c5db4a596419810bb31bc27f396290..7fee680be802877ac483e22ee68e3c1957663d0b:/distrib/msw/tmake/gtk.t?ds=sidebyside diff --git a/distrib/msw/tmake/gtk.t b/distrib/msw/tmake/gtk.t index c5feea8eea..5bdc9e97ca 100644 --- a/distrib/msw/tmake/gtk.t +++ b/distrib/msw/tmake/gtk.t @@ -65,15 +65,6 @@ $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) { $project{"GTK_HEADERS"} .= $file . " " @@ -95,10 +86,6 @@ $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 +128,3 @@ HTMLOBJS = \ HTMLDEPS = \ #$ ExpandList("HTMLDEPS"); -OGLOBJS = \ - #$ ExpandList("OGLOBJS"); - -OGLDEPS = \ - #$ ExpandList("OGLDEPS"); -