#!################################################################################
-#! 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$
IncludeTemplate("filelist.t");
#! find all our sources
- $project{"COMMONOBJS"} .= "parser.o ";
foreach $file (sort keys %wxGeneric) {
next if $wxGeneric{$file} =~ /\bNotMGL\b/;
$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) {
$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");