diff options
author | nyamatongwe <devnull@localhost> | 2002-01-03 20:19:10 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-01-03 20:19:10 +0000 |
commit | 6a541210a2dfa04c34c95452a56cba58886b0b29 (patch) | |
tree | d285aece60d55faf616aece7c22d2011ae2359b8 | |
parent | 1d51a451b337bad9ee265821fa7c366269f4be1e (diff) | |
download | scintilla-mirror-6a541210a2dfa04c34c95452a56cba58886b0b29.tar.gz |
Compiation requires 2.95.3 now.
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index d50fd89a7..679a866be 100644 --- a/win32/makefile +++ b/win32/makefile @@ -1,7 +1,7 @@ # Make file for Scintilla on Windows # 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 the mingw32 version of GCC 2.95.2 is used and changes will +# This makefile assumes the mingw32 version of GCC 2.95.3 is used and changes will # be needed to use other compilers. .SUFFIXES: .cxx |