From 74e98a5a02b36ab613c9fc1c8c3705fcb36a5b24 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 15 Nov 2007 10:25:30 +0000 Subject: Regenerated by LexGen.py --- macosx/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macosx/makefile b/macosx/makefile index 425456856..02ff7998a 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -90,10 +90,10 @@ COMPLIB=DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \ TCarbonEvent.o TView.o ScintillaCallTip.o \ $(LEXOBJS) -$(STATICLIB): $(COMPLIB) +$(STATICLIB): $(COMPLIB) $(LIBTOOL) -static -o $@ $^ -$(DYNAMICLIB): $(COMPLIB) +$(DYNAMICLIB): $(COMPLIB) $(CC) -dynamic -o $@ $(DYN_FLAGS) $^ # Generate header files from Scintilla.iface -- cgit v1.2.3