X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mkfiles.pl;h=b52bf91d95fc977330e9f4f93931686032354f7c;hb=3e22c99c9a3c28e042f2dc3a50fadf95e7c277e7;hp=3786d3119316d53f4cd6f3062f3b6cf0cf075a14;hpb=580103fca215e76e62de4537f30cb7085660c306;p=PuTTY.git 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