diff options
| author | nyamatongwe <unknown> | 2001-09-02 04:33:50 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-09-02 04:33:50 +0000 |
| commit | a88e392a22aaf99415bf44bf9c09e05574938101 (patch) | |
| tree | 8d5cc9c8faf0ca412729f6df8a187c0cc8f89d6a /gtk | |
| parent | d195f52d1f2333d1f3fd5393be0cbf70f9c1ef04 (diff) | |
| download | scintilla-mirror-a88e392a22aaf99415bf44bf9c09e05574938101.tar.gz | |
New StyleContext file added to build system.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/makefile | 2 | ||||
| -rw-r--r-- | gtk/scintilla.mak | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile index 97d737bfa..9adc262c0 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -39,7 +39,7 @@ clean: deps: $(CC) -MM `gtk-config --cflags` $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak -$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o Document.o CallTip.o \ +$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o Document.o CallTip.o \ ScintillaBase.o ContractionState.o Editor.o PropSet.o PlatGTK.o \ KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ RESearch.o Style.o Indicator.o AutoComplete.o diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak index cf76f2211..53b441dd7 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -150,6 +150,7 @@ LOBJS=\ $(DIR_O)\ScintillaBaseL.obj \ $(DIR_O)\ScintillaGTKL.obj \ $(DIR_O)\Style.obj \ + $(DIR_O)\StyleContext.obj \ $(DIR_O)\UniConversion.obj \ $(DIR_O)\ViewStyle.obj \ $(LEXOBJS) @@ -207,7 +208,7 @@ $(DIR_O)\ScintillaGTKS.obj: ScintillaGTK.cxx # All lexers depend on this set of headers LEX_HEADERS=..\include\Platform.h ..\include\PropSet.h \ ..\include\SString.h ..\include\Accessor.h ..\include\KeyWords.h \ - ..\include\Scintilla.h ..\include\SciLexer.h + ..\include\Scintilla.h ..\include\SciLexer.h ..\src\StyleContext.h $(DIR_O)\AutoComplete.obj: ..\src\AutoComplete.cxx ..\include\Platform.h ..\src\AutoComplete.h @@ -295,6 +296,8 @@ $(DIR_O)\ScintillaWinS.obj: ScintillaWin.cxx ..\include\Platform.h ..\include\Sc $(DIR_O)\Style.obj: ..\src\Style.cxx ..\include\Platform.h ..\src\Style.h +$(DIR_O)\StyleContext.obj: ..\src\StyleContext.cxx ..\include\Platform.h ..\include\Accessor.h ..\include\PropSet.h ..\src\StyleContext.h + $(DIR_O)\ViewStyle.obj: ..\src\ViewStyle.cxx ..\include\Platform.h ..\include\Scintilla.h ..\src\Indicator.h \ ..\src\LineMarker.h ..\src\Style.h ..\src\ViewStyle.h |
