X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdad4e7e02c5db4a596419810bb31bc27f396290..30954328be6e8261886c60cf509cbf303fd279bf:/distrib/msw/tmake/gtk.t diff --git a/distrib/msw/tmake/gtk.t b/distrib/msw/tmake/gtk.t index c5feea8eea..8e87b60025 100644 --- a/distrib/msw/tmake/gtk.t +++ b/distrib/msw/tmake/gtk.t @@ -65,17 +65,10 @@ $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 . " " } @@ -95,10 +88,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 +130,3 @@ HTMLOBJS = \ HTMLDEPS = \ #$ ExpandList("HTMLDEPS"); -OGLOBJS = \ - #$ ExpandList("OGLOBJS"); - -OGLDEPS = \ - #$ ExpandList("OGLDEPS"); -