]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/motif.t
Misc release-related mods
[wxWidgets.git] / distrib / msw / tmake / motif.t
index 7334fe4a8ba3bf6508bfe67bac70ea40d98da6b9..d67e487cdfe5638b671a4b039674b0a5994dddbf 100644 (file)
@@ -29,7 +29,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
-        next if $wxCommon{$file} =~ /\bR\b/;
+        next if $wxCommon{$file} =~ /\bX\b/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
         ($filedep = $file) =~ s/cp?p?$/\d/;
@@ -67,6 +67,8 @@
     }
     #! find all our headers
     foreach $file (sort keys %wxWXINCLUDE) {
+        next if $wxWXINCLUDE{$file} =~ /\bX\b/;
+
         $project{"MOTIF_HEADERS"} .= $file . " "
     }
 
@@ -127,9 +129,3 @@ HTMLOBJS = \
 
 HTMLDEPS = \
                #$ ExpandList("HTMLDEPS");
-
-IODBCOBJS = \
-               #$ ExpandList("IODBCOBJS");
-
-IODBCDEPS = \
-               #$ ExpandList("IODBCDEPS");