diff options
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
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 <neilh@scintilla.org>  # 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++  | 
