]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/motif.t
fixed a typo in cygwin make install
[wxWidgets.git] / distrib / msw / tmake / motif.t
index 9ef6b17f7b66fc109522020fe4f42de81b17280c..9cc31f2883add000fa8461bdc5ca4a68e9a9044d 100644 (file)
     IncludeTemplate("filelist.t");
 
     #! find all our sources
     IncludeTemplate("filelist.t");
 
     #! find all our sources
-    $project{"COMMONOBJS"} .= "parser.o ";
     $project{"GUIOBJS"} .= "xmcombo.o ";
 
     foreach $file (sort keys %wxGeneric) {
     $project{"GUIOBJS"} .= "xmcombo.o ";
 
     foreach $file (sort keys %wxGeneric) {
-        next if $wxGeneric{$file} =~ /\bX\b/;
+        next if $wxGeneric{$file} =~ /\bNotX\b/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
@@ -26,7 +25,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
     }
 
     foreach $file (sort keys %wxCommon) {
-        next if $wxCommon{$file} =~ /\bX\b/;
+        next if $wxCommon{$file} =~ /\bNotX\b/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
@@ -56,7 +55,7 @@
     }
     #! find all our headers
     foreach $file (sort keys %wxWXINCLUDE) {
     }
     #! find all our headers
     foreach $file (sort keys %wxWXINCLUDE) {
-        next if $wxWXINCLUDE{$file} =~ /\bX\b/;
+        next if $wxWXINCLUDE{$file} =~ /\bNotX\b/;
 
         $project{"MOTIF_HEADERS"} .= $file . " "
     }
 
         $project{"MOTIF_HEADERS"} .= $file . " "
     }
@@ -81,7 +80,7 @@
         $project{"MOTIF_HEADERS"} .= "protocol/" . $file . " "
     }
 #$}
         $project{"MOTIF_HEADERS"} .= "protocol/" . $file . " "
     }
 #$}
-# This file was automatically generated by tmake at #$ Now()
+# This file was automatically generated by tmake 
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T!
 ALL_SOURCES = \
                #$ ExpandList("MOTIF_SOURCES");
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T!
 ALL_SOURCES = \
                #$ ExpandList("MOTIF_SOURCES");