diff options
author | nyamatongwe <devnull@localhost> | 2009-07-12 11:08:28 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-07-12 11:08:28 +0000 |
commit | a3382f59ac3fa33d8f8ca689664c05a9650d6210 (patch) | |
tree | e323c2e900c4c3c0cde59c5c77c73d7d53ec0a72 | |
parent | a58e5dec980fa5d9e7b8149c6479fda460b96d9f (diff) | |
download | scintilla-mirror-a3382f59ac3fa33d8f8ca689664c05a9650d6210.tar.gz |
Include new selection code in build.
-rw-r--r-- | macosx/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/makefile b/macosx/makefile index 462326965..afd4cdf75 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -92,7 +92,7 @@ COMPLIB=DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \ CharClassify.o Decoration.o Document.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 Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ + RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ TCarbonEvent.o TView.o ScintillaCallTip.o $(EXTOBS) \ $(LEXOBJS) |