From 72b3755e044bae772188ec28da218309beddc526 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 29 Dec 2019 09:29:27 +1100 Subject: Update comments. --- win32/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index d6c918600..7b25b250f 100644 --- a/win32/makefile +++ b/win32/makefile @@ -1,8 +1,9 @@ # Make file for Scintilla on Windows +# @file makefile # Copyright 1998-2010 by Neil Hodgson # The License.txt file describes the conditions under which this software may be distributed. -# This makefile assumes the Mingw-w64 version of GCC 7.1+ is used and changes will -# be needed to use other compilers. +# This makefile assumes Mingw-w64 GCC 9.0+ is used and changes will be needed to use other compilers. +# Clang 9.0+ can be used with CLANG=1 on command line. .SUFFIXES: .cxx -- cgit v1.2.3