X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/540bb4b53b1f684ea4f8c62f28f47e9dfa5215a3..65e2b30c97746dc87e6d7bf8f6cfffa42bf35e4f:/mkfiles.pl diff --git a/mkfiles.pl b/mkfiles.pl index 3786d311..b52bf91d 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -433,7 +433,7 @@ if (defined $makefiles{'cygwin'}) { ##-- CygWin makefile open OUT, ">$makefiles{'cygwin'}"; select OUT; print - "# Makefile for $project_name under cygwin.\n". + "# Makefile for $project_name under Cygwin, MinGW, or Winelib.\n". "#\n# This file was created by `mkfiles.pl' from the `Recipe' file.\n". "# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.\n"; # gcc command line option is -D not /D