diff options
| author | mitchell <unknown> | 2018-03-13 17:56:13 -0400 |
|---|---|---|
| committer | mitchell <unknown> | 2018-03-13 17:56:13 -0400 |
| commit | 75e9090ffcd0364ccf3d39c98c4628b119667c7e (patch) | |
| tree | dc762f18ff507f2f6948f66a0d9aa2b03a8803ce /win32 | |
| parent | e760fb2876de11459ca9a063d1de5de0de58c9e6 (diff) | |
| download | scintilla-mirror-75e9090ffcd0364ccf3d39c98c4628b119667c7e.tar.gz | |
Update GTK+ version requirements.
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index f3b75d796..2801a4234 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 MinGW32 version of GCC 4.8+ is used and changes will # be needed to use other compilers. ifdef CLANG |
