]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/msw.t
fixes to ShowFullScreen (KDE 3.1)
[wxWidgets.git] / distrib / msw / tmake / msw.t
index 1f903c4cf623494fc24bb4dd8ae20832d8ccbcc2..32681accc9d3c93249bbc588e210ea3c2267e957 100644 (file)
@@ -13,8 +13,6 @@
     IncludeTemplate("filelist.t");
 
     #! find all our sources
-    $project{"COMMONOBJS"} .= "parser.o ";
-
     foreach $file (sort keys %wxGeneric) {
         next if $wxGeneric{$file} =~ /\b(PS|G|U|16)\b/;
 
@@ -25,7 +23,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
-        next if $wxCommon{$file} =~ /\bR\b/;
+        next if $wxCommon{$file} =~ /\b(R|U|16)\b/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
@@ -86,7 +84,7 @@
         $project{"MSW_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 MSW.T!
 ALL_SOURCES = \
                #$ ExpandList("MSW_SOURCES");