]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/mac.t
Test case for MSW display corruption in 2.3.3
[wxWidgets.git] / distrib / msw / tmake / mac.t
index f42c00b2c88099ab14e704bc78d3b10b372435ae..6e7bd9b304aa9d099766c0bbb627e4ad94ad949a 100644 (file)
 
     #! find all our sources
     $project{"COMMONOBJS"} .= "parser.o ";
+    #! MoreFiles sources
+    $project{"GUIOBJS"} .= "DirectoryCopy.o ";
+    $project{"GUIOBJS"} .= "FSpCompat.o ";
+    $project{"GUIOBJS"} .= "FileCopy.o ";
+    $project{"GUIOBJS"} .= "FullPath.o ";
+    $project{"GUIOBJS"} .= "IterateDirectory.o ";
+    $project{"GUIOBJS"} .= "MoreDesktopMgr.o ";
+    $project{"GUIOBJS"} .= "MoreFiles.o ";
+    $project{"GUIOBJS"} .= "MoreFilesExtras.o ";
+    $project{"GUIOBJS"} .= "Search.o ";
 
     foreach $file (sort keys %wxGeneric) {
         next if $wxGeneric{$file} =~ /\bNotMac\b/;
@@ -86,7 +96,7 @@
         $project{"MACRESOURCES"} .= $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 MAC.T!
 ALL_SOURCES = \
                #$ ExpandList("MAC_SOURCES");