diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-07-08 18:05:35 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-07-08 18:05:35 +1000 |
| commit | 5bfc97a368eb7c8d3c78b0c454be806d6dcb6340 (patch) | |
| tree | ccca6ba6e81d9cb3e98abf36d1eeaf7eb98c92a4 /gtk/makefile | |
| parent | 1e8908c6d5fd998e9d8a9408a6b86ef4a2ff64e8 (diff) | |
| download | scintilla-mirror-5bfc97a368eb7c8d3c78b0c454be806d6dcb6340.tar.gz | |
Split out EditModel, MarginView, and EditView classes into separate files.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 10528fac1..c4c5822e8 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -90,7 +90,8 @@ deps: $(COMPLIB): Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerSimple.o StyleContext.o WordList.o \ CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o CaseConvert.o CaseFolder.o \ - ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \ + ScintillaBase.o ContractionState.o EditModel.o Editor.o EditView.o ExternalLexer.o MarginView.o \ + PropSetSimple.o PlatGTK.o \ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \ RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ $(MARSHALLER) $(LEXOBJS) |
