mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22: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:
@ -20,7 +20,7 @@
|
||||
#ifdef COVERITY
|
||||
/*
|
||||
* The hack I use to build for Coverity scanning, using winegcc and
|
||||
* Makefile.cyg, didn't provide some defines in wincrypt.h last time I
|
||||
* Makefile.mgw, didn't provide some defines in wincrypt.h last time I
|
||||
* looked. Therefore, define them myself here, but enclosed in #ifdef
|
||||
* COVERITY to ensure I don't make up random nonsense values for any
|
||||
* real build.
|
||||
|
Reference in New Issue
Block a user