]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/mgl.t
SetSelection must not send an event. Fixed an off
[wxWidgets.git] / distrib / msw / tmake / mgl.t
index 978def3479a15e09c4f89c50180da1847cc28ed1..56da38c49756a32d5bf13ad30a88d6a2312fbdf9 100644 (file)
@@ -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$
@@ -13,7 +13,6 @@
     IncludeTemplate("filelist.t");
 
     #! find all our sources
-    $project{"COMMONOBJS"} .= "parser.o ";
 
     foreach $file (sort keys %wxGeneric) {
         next if $wxGeneric{$file} =~ /\bNotMGL\b/;
@@ -65,8 +64,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) {
@@ -85,8 +84,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");