aboutsummaryrefslogtreecommitdiffhomepage
path: root/curses/Makefile
diff options
context:
space:
mode:
authormitchell <unknown>2018-03-14 09:31:49 -0400
committermitchell <unknown>2018-03-14 09:31:49 -0400
commite015bc583b10e4f3a9889c9ae296de000d1d4646 (patch)
treeae9b9e9fda44d75f0f48631b21655bc7e2d73dfe /curses/Makefile
parent69b778424b380a32a6c83526b678466712c4a220 (diff)
downloadscintilla-mirror-e015bc583b10e4f3a9889c9ae296de000d1d4646.tar.gz
Removed unused functions and methods from curses and replaced Platform::Clamp with Sci::clamp.
Diffstat (limited to 'curses/Makefile')
-rw-r--r--curses/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/curses/Makefile b/curses/Makefile
index 77bfd14dd..a21eae1c2 100644
--- a/curses/Makefile
+++ b/curses/Makefile
@@ -18,10 +18,10 @@ CURSES_FLAGS =
scintilla = ../bin/scintilla.a
sci = AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o Catalogue.o \
CellBuffer.o CharacterCategory.o CharClassify.o ContractionState.o \
- Decoration.o Document.o EditModel.o Editor.o EditView.o ExternalLexer.o \
- Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o PositionCache.o \
- RESearch.o RunStyles.o ScintillaBase.o Selection.o Style.o \
- UniConversion.o ViewStyle.o XPM.o \
+ DBCS.o Decoration.o Document.o EditModel.o Editor.o EditView.o \
+ ExternalLexer.o Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o \
+ PositionCache.o RESearch.o RunStyles.o ScintillaBase.o Selection.o \
+ Style.o UniConversion.o ViewStyle.o XPM.o \
Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerNoExceptions.o \
LexerSimple.o PropSetSimple.o StyleContext.o WordList.o
lexers = $(addsuffix .o,$(basename $(sort $(notdir $(wildcard ../lexers/Lex*.cxx)))))