]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed mgl.t to not include paletteg.o (hey, reading these templates is better than...
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2001 22:55:02 +0000 (22:55 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 1 Aug 2001 22:55:02 +0000 (22:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/mgl.t

index 5596ab458e18e2422572de0e1abe74e043f2bc4d..51d108098eb4b3ae9196883ef14616a8b93d054b 100644 (file)
@@ -17,7 +17,7 @@
     $project{"COMMONDEPS"} .= "parser.d ";
 
     foreach $file (sort keys %wxGeneric) {
     $project{"COMMONDEPS"} .= "parser.d ";
 
     foreach $file (sort keys %wxGeneric) {
-        next if $wxGeneric{$file} =~ /\bR\b/;
+        next if $wxGeneric{$file} =~ /\bNotMGL\b/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
         ($filedep = $file) =~ s/cp?p?$/\d/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
         ($filedep = $file) =~ s/cp?p?$/\d/;
@@ -28,7 +28,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
     }
 
     foreach $file (sort keys %wxCommon) {
-        next if $wxCommon{$file} =~ /\bR\b/;
+        next if $wxCommon{$file} =~ /\bNotMGL\b/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
         ($filedep = $file) =~ s/cp?p?$/\d/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
         ($filedep = $file) =~ s/cp?p?$/\d/;
@@ -43,8 +43,8 @@
         ($filedep = $file) =~ s/cp?p?$/\d/;
 
         $project{"MGL_SOURCES"} .= "mgl/" . $file . " ";
         ($filedep = $file) =~ s/cp?p?$/\d/;
 
         $project{"MGL_SOURCES"} .= "mgl/" . $file . " ";
-        $project{"GUIOBJS"} .= $fileobj . " ";
-        $project{"GUIDEPS"} .= $filedep . " ";
+#!        $project{"GUIOBJS"} .= $fileobj . " ";
+#!        $project{"GUIDEPS"} .= $filedep . " ";
 
         if ( $wxMGL{$file} =~ /\bL\b/ ) {
             $project{"GUI_LOWLEVEL_OBJS"} .= $fileobj . " ";
 
         if ( $wxMGL{$file} =~ /\bL\b/ ) {
             $project{"GUI_LOWLEVEL_OBJS"} .= $fileobj . " ";
@@ -115,11 +115,11 @@ GENERICOBJS = \
 GENERICDEPS = \
                #$ ExpandList("GENERICDEPS");
 
 GENERICDEPS = \
                #$ ExpandList("GENERICDEPS");
 
-GUIOBJS = \
-               #$ ExpandList("GUIOBJS");
-
-GUIDEPS = \
-               #$ ExpandList("GUIDEPS");
+#!GUIOBJS = \
+#!             #$ ExpandList("GUIOBJS");
+#!
+#!GUIDEPS = \
+#!             #$ ExpandList("GUIDEPS");
 
 GUI_LOWLEVEL_OBJS = \
                #$ ExpandList("GUI_LOWLEVEL_OBJS");
 
 GUI_LOWLEVEL_OBJS = \
                #$ ExpandList("GUI_LOWLEVEL_OBJS");