aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-05-27 03:01:43 +0000
committernyamatongwe <devnull@localhost>2009-05-27 03:01:43 +0000
commit2c640fc5d86a7b69436c1c5122149e21bd571f2d (patch)
tree72fc79e18dcf449ab5aa581f8823e6ff1292fb72
parentd13feca5b1389dd8846af5b77b7fb91c13d7cf4d (diff)
downloadscintilla-mirror-2c640fc5d86a7b69436c1c5122149e21bd571f2d.tar.gz
Reinstated SCI_NAMESPACE in makefile as not set in header again.
-rw-r--r--macosx/makefile4
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 \