diff options
| author | nyamatongwe <unknown> | 2000-06-11 08:05:12 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2000-06-11 08:05:12 +0000 |
| commit | 34152d3447cf9f9e576a38594b90824657c1a733 (patch) | |
| tree | 90b536f64e1db447bbc96ed87f6d4c947ef0df8a /gtk/makefile | |
| parent | 2df02befc7f3cea2ba9571f4f9589b2d0c21f013 (diff) | |
| download | scintilla-mirror-34152d3447cf9f9e576a38594b90824657c1a733.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 |
