diff options
Diffstat (limited to 'curses/Makefile')
| -rw-r--r-- | curses/Makefile | 8 |
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))))) |
