From db7d4c7d5b62d95f008873dbf16db8fd5ad88cdb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 6 May 2009 11:00:26 +0000 Subject: First stage of Cocoa platform addition. Changed identifier id since this is a reserved word in Objective C. SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native compilation. --- macosx/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/makefile') diff --git a/macosx/makefile b/macosx/makefile index 462326965..963c4e4f6 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -36,7 +36,7 @@ DYN_FLAGS=$(LINK_FLAGS) -framework Carbon -bundle endif endif -OPTIONS=-Wall -Wno-missing-braces -Wno-char-subscripts -DSCI_NAMESPACE -DMACOSX -DSCI_LEXER +OPTIONS=-Wall -Wno-missing-braces -Wno-char-subscripts -DMACOSX #DEBUG = 1 @@ -86,7 +86,7 @@ clean: rm -f *.o $(COMPLIB) deps: - $(CC) -MM -DSCI_NAMESPACE -DMACOSX -DSCI_LEXER $(CXXFLAGS) $(INCLUDEDIRS) *.cxx ../src/*.cxx >deps.mak + $(CC) -MM -DMACOSX $(CXXFLAGS) $(INCLUDEDIRS) *.cxx ../src/*.cxx >deps.mak COMPLIB=DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \ CharClassify.o Decoration.o Document.o CallTip.o PositionCache.o \ -- cgit v1.2.3