X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..92a7272fdb8da914f8604c2b66a72a595b09ca77:/distrib/msw/tmake/mac.t?ds=sidebyside

diff --git a/distrib/msw/tmake/mac.t b/distrib/msw/tmake/mac.t
index 0315d6af52..7d367415fd 100644
--- a/distrib/msw/tmake/mac.t
+++ b/distrib/msw/tmake/mac.t
@@ -14,15 +14,7 @@
 
     #! find all our sources
     #! 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 ";
+    $project{"GUIOBJS"} .= "MoreFilesX.o ";
 
     foreach $file (sort keys %wxGeneric) {
         next if $wxGeneric{$file} =~ /\bNotMac\b/;