From 40d11e53139e4472b807ee1911f53110b49f18b0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 31 Jul 2002 06:23:59 +0000 Subject: Added comment on building for GTK+ 2. --- README | 4 ++++ gtk/makefile | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index afe9e2534..5865ce583 100644 --- a/README +++ b/README @@ -32,6 +32,10 @@ The language specific properties files are also installed into this directory. If Gnome is installed then a .desktop file and icon are installed into the correct Gnome places so that SciTE will be in the Gnome Applications menu. +To build Scintilla for GTK+ 2, define GTK2 on the make command line: + make GTK2=1 +SciTE does not support GTK+ 2. + To remove SciTE make uninstall diff --git a/gtk/makefile b/gtk/makefile index 5b7a3cf28..a91c09101 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -2,7 +2,8 @@ # Copyright 1998-2001 by Neil Hodgson # The License.txt file describes the conditions under which this software may be distributed. # This makefile assumes GCC 2.95.2 is used and changes will be needed to use other compilers. -# GNU make does not like \r\n line endings so should be saved to CVS in binary form. +# GNU make does not like \r\n line endings so should be saved to CVS in binary form. +# To build for GTK+ 2, define GTK2 on the make command line. .SUFFIXES: .cxx .o .h .a CC = g++ -- cgit v1.2.3