X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..40f7145ca55ccf1b197e70acf79bbd4aa5d85145:/distrib/msw/tmake/mgl.t?ds=sidebyside diff --git a/distrib/msw/tmake/mgl.t b/distrib/msw/tmake/mgl.t index ad1a8d1a42..af07954f30 100644 --- a/distrib/msw/tmake/mgl.t +++ b/distrib/msw/tmake/mgl.t @@ -1,7 +1,7 @@ #!################################################################################ -#! File: gtk.t -#! Purpose: tmake template file from which src/gtk/files.lst containing the -#! list of files for wxGTK library is generated by tmake +#! File: mgl.t +#! Purpose: tmake template file from which src/mgl/files.lst containing the +#! list of files for wxMGL library is generated by tmake #! Author: Vadim Zeitlin #! Created: 28.01.00 #! Version: $Id$ @@ -45,6 +45,8 @@ } foreach $file (sort keys %wxUNIX) { + next if $wxUNIX{$file} =~ /\bNotMGL\b/; + ($fileobj = $file) =~ s/cp?p?$/\o/; $project{"MGL_SOURCES"} .= "unix/" . $file . " "; @@ -63,8 +65,8 @@ $project{"MGL_HEADERS"} .= $file . " " } - foreach $file (sort keys %wxGTKINCLUDE) { - $project{"MGL_HEADERS"} .= "gtk/" . $file . " " + foreach $file (sort keys %wxMGLINCLUDE) { + $project{"MGL_HEADERS"} .= "mgl/" . $file . " " } foreach $file (sort keys %wxGENERICINCLUDE) { @@ -83,8 +85,8 @@ $project{"MGL_HEADERS"} .= "protocol/" . $file . " " } #$} -# This file was automatically generated by tmake at #$ Now() -# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! +# This file was automatically generated by tmake +# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MGL.T! ALL_SOURCES = \ #$ ExpandList("MGL_SOURCES");