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 \