diff options
author | nyamatongwe <devnull@localhost> | 2000-03-18 12:40:52 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-03-18 12:40:52 +0000 |
commit | ebf7fdc6999920038f78509becf8ef57dda32382 (patch) | |
tree | 799d1201f854b8bbdb542f0dd16d9e2e6c5d04c6 | |
parent | 5648143522b5b75c1c4708ba2d54219fbc0c3d22 (diff) | |
download | scintilla-mirror-ebf7fdc6999920038f78509becf8ef57dda32382.tar.gz |
Changing to binary so line feed line endings are preserved.
-rw-r--r-- | gtk/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile index cabb7aae2..b1b07c92f 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -1,8 +1,8 @@ # Make file for Scintilla on Linux or compatible OS # Copyright 1998-2000 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. +# 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. .SUFFIXES: .cxx .o .h .a CC = g++ |