diff options
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile index 71be978c7..1b5ce451b 100644 --- a/win32/makefile +++ b/win32/makefile @@ -2,8 +2,7 @@ # @file makefile # 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.8+ is used and changes will -# be needed to use other compilers. +# This makefile assumes Mingw GCC 4.8+ is used and changes will be needed to use other compilers. # Clang 3.4+ can be used with CLANG=1 on command line. .PHONY: all clean analyze depend |
