From: Gilles Depeyrot Date: Sat, 13 Oct 2001 08:52:34 +0000 (+0000) Subject: added MoreFiles sources to wxMac under Mac OS X X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/293e425d0e3baa954b592c3cf7403fe4ff0db9a8?ds=sidebyside added MoreFiles sources to wxMac under Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/mac.t b/distrib/msw/tmake/mac.t index f42c00b2c8..6b862c6ff5 100644 --- a/distrib/msw/tmake/mac.t +++ b/distrib/msw/tmake/mac.t @@ -14,6 +14,16 @@ #! 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/;