diff options
author | Neil <nyamatongwe@gmail.com> | 2017-06-10 10:20:42 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-06-10 10:20:42 +1000 |
commit | 91306ced54cb3232e69df790e7726c6f414e8de4 (patch) | |
tree | 01e1314f2bd3d76cf5fad3d5a20abcf44db98964 /win32/makefile | |
parent | ee5a2c0f618c5ace63c14323643aa56e8b890769 (diff) | |
download | scintilla-mirror-91306ced54cb3232e69df790e7726c6f414e8de4.tar.gz |
Update GTK+ and compiler version requirements.
Diffstat (limited to 'win32/makefile')
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index 1af28c03f..07413f60f 100644 --- a/win32/makefile +++ b/win32/makefile @@ -1,7 +1,7 @@ # Make file for Scintilla on Windows # Copyright 1998-2010 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 4.x is used and changes will +# This makefile assumes the Mingw-w64 version of GCC 7.1+ is used and changes will # be needed to use other compilers. ifdef CLANG |