]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/motif.t
fixes to ShowFullScreen (KDE 3.1)
[wxWidgets.git] / distrib / msw / tmake / motif.t
index 146306e88198a0fa53a067630d6746b5ad8b5961..9cc31f2883add000fa8461bdc5ca4a68e9a9044d 100644 (file)
     IncludeTemplate("filelist.t");
 
     #! find all our sources
-    $project{"COMMONOBJS"} .= "parser.o ";
     $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/;
 
@@ -26,7 +25,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
-        next if $wxCommon{$file} =~ /\bX\b/;
+        next if $wxCommon{$file} =~ /\bNotX\b/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
@@ -56,7 +55,7 @@
     }
     #! 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 . " "
     }