From b0abe9eeec1e08f5e236d209428e521debb6544e Mon Sep 17 00:00:00 2001 From: David Elliott Date: Tue, 1 Apr 2003 16:44:48 +0000 Subject: [PATCH] Removed deprecated parser.o from cocoa.t, reran tmake git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/cocoa.t | 1 - src/cocoa/files.lst | 1 - 2 files changed, 2 deletions(-) diff --git a/distrib/msw/tmake/cocoa.t b/distrib/msw/tmake/cocoa.t index 84111bee89..7537b00f16 100644 --- a/distrib/msw/tmake/cocoa.t +++ b/distrib/msw/tmake/cocoa.t @@ -14,7 +14,6 @@ IncludeTemplate("filelist.t"); #! find all our sources - $project{"COMMONOBJS"} .= "parser.o "; foreach $file (sort keys %wxGeneric) { next if $wxGeneric{$file} =~ /\bNotCocoa\b/; diff --git a/src/cocoa/files.lst b/src/cocoa/files.lst index 8fd072b73b..7f45cb96e0 100644 --- a/src/cocoa/files.lst +++ b/src/cocoa/files.lst @@ -600,7 +600,6 @@ ALL_HEADERS = \ protocol/protocol.h COMMONOBJS = \ - parser.o \ accesscmn.o \ appcmn.o \ artprov.o \ -- 2.47.2