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:
@ -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
|
||||
|
Reference in New Issue
Block a user