1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Better document the various environments with which Makefile.cyg works.

[originally from svn r9670]
This commit is contained in:
Ben Harris
2012-09-18 23:07:42 +00:00
parent 580103fca2
commit 65290ced76
2 changed files with 6 additions and 2 deletions

View File

@ -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