diff options
author | nyamatongwe <unknown> | 2007-11-15 10:25:30 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-11-15 10:25:30 +0000 |
commit | 74e98a5a02b36ab613c9fc1c8c3705fcb36a5b24 (patch) | |
tree | 0080fa440ec608d4a60f5732311e99363c976ab6 | |
parent | 986d9a27b1518f715424f6fb647b41571d066908 (diff) | |
download | scintilla-mirror-74e98a5a02b36ab613c9fc1c8c3705fcb36a5b24.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 |