diff options
author | nyamatongwe <unknown> | 2009-05-27 03:01:43 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-05-27 03:01:43 +0000 |
commit | d94f9815698caf5d7fadc298c9760e3830e5e64f (patch) | |
tree | 72fc79e18dcf449ab5aa581f8823e6ff1292fb72 | |
parent | 3b5ad42cc9b4f02e07d875a61cc5156aea49b057 (diff) | |
download | scintilla-mirror-d94f9815698caf5d7fadc298c9760e3830e5e64f.tar.gz |
Reinstated SCI_NAMESPACE in makefile as not set in header again.
-rw-r--r-- | macosx/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/makefile b/macosx/makefile index d6732557b..462326965 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 -DSCI_LEXER +OPTIONS=-Wall -Wno-missing-braces -Wno-char-subscripts -DSCI_NAMESPACE -DMACOSX -DSCI_LEXER #DEBUG = 1 @@ -86,7 +86,7 @@ clean: rm -f *.o $(COMPLIB) deps: - $(CC) -MM -DMACOSX -DSCI_LEXER $(CXXFLAGS) $(INCLUDEDIRS) *.cxx ../src/*.cxx >deps.mak + $(CC) -MM -DSCI_NAMESPACE -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 \ |