diff options
author | nyamatongwe <devnull@localhost> | 2007-11-15 10:25:30 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-11-15 10:25:30 +0000 |
commit | 6d72578394ed829a842581655cfe3216a6e8ed68 (patch) | |
tree | 0080fa440ec608d4a60f5732311e99363c976ab6 | |
parent | a034dc7d6f82af5bb3f3b2da349748044c9d9e89 (diff) | |
download | scintilla-mirror-6d72578394ed829a842581655cfe3216a6e8ed68.tar.gz |
Regenerated by LexGen.py
-rw-r--r-- | macosx/makefile | 4 |
1 files 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 |