]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/mgl.t
Added missing CreateManifest() to initialisation
[wxWidgets.git] / distrib / msw / tmake / mgl.t
index 978def3479a15e09c4f89c50180da1847cc28ed1..af07954f30712e0236f6376b4e61f649a68917c6 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$
@@ -65,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) {
@@ -85,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");