diff options
| author | nyamatongwe <devnull@localhost> | 2000-04-18 13:27:37 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-04-18 13:27:37 +0000 |
| commit | 799e31890123ce9780241bf63e14a3846533986f (patch) | |
| tree | 7161c54aa416443e66047531fa6361cb3e14382b /gtk/makefile | |
| parent | 45ead08dae81db18e0bf12dc84e39f913d23550d (diff) | |
| download | scintilla-mirror-799e31890123ce9780241bf63e14a3846533986f.tar.gz | |
Horizontal scroll bar disabling.
Fixed makefile for GTK+.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 934edbf82..140697767 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -39,7 +39,7 @@ CellBuffer.o: CellBuffer.cxx Platform.h Scintilla.h WinDefs.h \ ContractionState.o: ContractionState.cxx Platform.h ContractionState.h Document.o: Document.cxx Platform.h Scintilla.h WinDefs.h CellBuffer.h \ Document.h -DocumentAccessor.o: Accessor.cxx Platform.h PropSet.h Accessor.h \ +DocumentAccessor.o: DocumentAccessor.cxx Platform.h PropSet.h Accessor.h \ DocumentAccessor.h Scintilla.h WinDefs.h Editor.o: Editor.cxx Platform.h Scintilla.h WinDefs.h \ ContractionState.h CellBuffer.h KeyMap.h Indicator.h LineMarker.h \ |
