mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 20:12:48 -05:00
Rename Makefile.cyg to Makefile.mgw.
It's really only useful with MinGW rather than a Cygwin toolchain these days, as recent versions of the latter insist against linking with the Cygwin DLL. (I think it may no longer be possible to build with Cygwin out of the box at all these days, but I'm not going to say so without having actually checked that's the case. Settle for listing MinGW first in various comments and docs.)
This commit is contained in:
@ -441,10 +441,10 @@ $orig_dir = cwd;
|
||||
if (defined $makefiles{'cygwin'}) {
|
||||
$dirpfx = &dirpfx($makefiles{'cygwin'}, "/");
|
||||
|
||||
##-- CygWin makefile
|
||||
##-- MinGW/CygWin makefile (called 'cygwin' for historical reasons)
|
||||
open OUT, ">$makefiles{'cygwin'}"; select OUT;
|
||||
print
|
||||
"# Makefile for $project_name under Cygwin, MinGW, or Winelib.\n".
|
||||
"# Makefile for $project_name under MinGW, Cygwin, 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