diff options
| -rw-r--r-- | include/Platform.h | 1 | ||||
| -rw-r--r-- | macosx/makefile | 4 | 
2 files changed, 2 insertions, 3 deletions
| diff --git a/include/Platform.h b/include/Platform.h index c552c170e..6209a3784 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -40,7 +40,6 @@  #elif defined(__APPLE__)  #define SCI_NAMESPACE -#define SCI_LEXER  #undef PLAT_MACOSX  #define PLAT_MACOSX 1 diff --git a/macosx/makefile b/macosx/makefile index 963c4e4f6..d6732557b 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 -DMACOSX +OPTIONS=-Wall -Wno-missing-braces -Wno-char-subscripts -DMACOSX -DSCI_LEXER  #DEBUG = 1 @@ -86,7 +86,7 @@ clean:  	rm -f *.o $(COMPLIB)  deps: -	$(CC) -MM -DMACOSX  $(CXXFLAGS) $(INCLUDEDIRS) *.cxx ../src/*.cxx >deps.mak +	$(CC) -MM -DMACOSX -DSCI_LEXER  $(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 \ | 
