diff options
| author | nyamatongwe <devnull@localhost> | 2000-06-11 08:05:12 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-06-11 08:05:12 +0000 |
| commit | 895d8a817ac5ac7680947e2d63afb10c94467210 (patch) | |
| tree | 90b536f64e1db447bbc96ed87f6d4c947ef0df8a /gtk/makefile | |
| parent | 9e1811c18ff338d2a450da06209dc8ae7004581b (diff) | |
| download | scintilla-mirror-895d8a817ac5ac7680947e2d63afb10c94467210.tar.gz | |
Moved GTK+ Scintilla widget definition out into ScintillaWidget.h
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile index 140697767..27e94b2c4 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -65,7 +65,7 @@ LexVB.o: LexVB.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ Scintilla.h WinDefs.h SciLexer.h LineMarker.o: LineMarker.cxx Platform.h Scintilla.h WinDefs.h \ LineMarker.h -PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h WinDefs.h +PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h PropSet.o: PropSet.cxx Platform.h PropSet.h SciTEBase.o: SciTEBase.cxx Platform.h WinDefs.h SciTE.h PropSet.h \ Accessor.h KeyWords.h Scintilla.h SciLexer.h SciTEBase.h @@ -75,7 +75,7 @@ ScintillaBase.o: ScintillaBase.cxx Platform.h Scintilla.h WinDefs.h \ SciLexer.h PropSet.h Accessor.h KeyWords.h ContractionState.h \ CellBuffer.h CallTip.h KeyMap.h Indicator.h LineMarker.h Style.h \ ViewStyle.h AutoComplete.h Document.h Editor.h ScintillaBase.h -ScintillaGTK.o: ScintillaGTK.cxx Platform.h Scintilla.h WinDefs.h \ +ScintillaGTK.o: ScintillaGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h \ SciLexer.h PropSet.h Accessor.h KeyWords.h ContractionState.h \ CellBuffer.h CallTip.h KeyMap.h Indicator.h LineMarker.h Style.h \ AutoComplete.h ViewStyle.h Document.h Editor.h ScintillaBase.h |
