From 344ec96065bf76f49af9945733b7552d9ac5e46f Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 6 Nov 2002 21:45:42 +0000 Subject: [PATCH] Only compile parser.o if PROLOGIO/RESOURCES are enabled. Removed it from *.t for platforms where configure would add it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/mac.t | 1 - src/mac/carbon/files.lst | 1 - src/mac/files.lst | 1 - 3 files changed, 3 deletions(-) diff --git a/distrib/msw/tmake/mac.t b/distrib/msw/tmake/mac.t index 6e7bd9b304..0315d6af52 100644 --- a/distrib/msw/tmake/mac.t +++ b/distrib/msw/tmake/mac.t @@ -13,7 +13,6 @@ IncludeTemplate("filelist.t"); #! find all our sources - $project{"COMMONOBJS"} .= "parser.o "; #! MoreFiles sources $project{"GUIOBJS"} .= "DirectoryCopy.o "; $project{"GUIOBJS"} .= "FSpCompat.o "; diff --git a/src/mac/carbon/files.lst b/src/mac/carbon/files.lst index 956d121315..9a6046f295 100644 --- a/src/mac/carbon/files.lst +++ b/src/mac/carbon/files.lst @@ -665,7 +665,6 @@ ALL_HEADERS = \ protocol/protocol.h COMMONOBJS = \ - parser.o \ appcmn.o \ artprov.o \ artstd.o \ diff --git a/src/mac/files.lst b/src/mac/files.lst index 956d121315..9a6046f295 100644 --- a/src/mac/files.lst +++ b/src/mac/files.lst @@ -665,7 +665,6 @@ ALL_HEADERS = \ protocol/protocol.h COMMONOBJS = \ - parser.o \ appcmn.o \ artprov.o \ artstd.o \