]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/mac.t
Use generic collapsible pane for wxUniv based builds.
[wxWidgets.git] / distrib / msw / tmake / mac.t
index 6b862c6ff5d0371875c10e556c9d744c0b71c8c4..7d367415fd51241620af7b04cea991b45f642764 100644 (file)
     IncludeTemplate("filelist.t");
 
     #! 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 ";
+    $project{"GUIOBJS"} .= "MoreFilesX.o ";
 
     foreach $file (sort keys %wxGeneric) {
         next if $wxGeneric{$file} =~ /\bNotMac\b/;
@@ -96,7 +87,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");