]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/mac.t
changed wxFileName::Normalize signature to allow or-combination of flags and reverted...
[wxWidgets.git] / distrib / msw / tmake / mac.t
index f42c00b2c88099ab14e704bc78d3b10b372435ae..6b862c6ff5d0371875c10e556c9d744c0b71c8c4 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/;