diff options
| author | nyamatongwe <unknown> | 2009-07-12 11:12:13 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-07-12 11:12:13 +0000 |
| commit | ec9967718cd454c3966e968266e753ed069d51bd (patch) | |
| tree | fb1508f84247da5fb155e5f9543d6c60b00f85e8 /macosx/makefile | |
| parent | 6a44045680bd69a5f85737a10e8cc5102d0efcad (diff) | |
| download | scintilla-mirror-ec9967718cd454c3966e968266e753ed069d51bd.tar.gz | |
Added PerLine to build.
Diffstat (limited to 'macosx/makefile')
| -rw-r--r-- | macosx/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/makefile b/macosx/makefile index afd4cdf75..f4774e231 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -89,7 +89,7 @@ deps: $(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 \ + CharClassify.o Decoration.o Document.o PerLine.o CallTip.o PositionCache.o \ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatMacOSX.o \ KeyMap.o LineMarker.o ScintillaMacOSX.o CellBuffer.o ViewStyle.o \ RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
