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:
6
Recipe
6
Recipe
@ -14,7 +14,7 @@
|
||||
# Locations and types of output Makefiles.
|
||||
!makefile vc windows/Makefile.vc
|
||||
!makefile vcproj windows/MSVC
|
||||
!makefile cygwin windows/Makefile.cyg
|
||||
!makefile cygwin windows/Makefile.mgw
|
||||
!makefile borland windows/Makefile.bor
|
||||
!makefile lcc windows/Makefile.lcc
|
||||
!makefile gtk unix/Makefile.gtk
|
||||
@ -46,8 +46,8 @@
|
||||
#
|
||||
# - COMPAT=/DNO_SECURITY (Windows only)
|
||||
# Disables Pageant's use of <aclapi.h>, which is not available
|
||||
# with some development environments (such as older versions of
|
||||
# the Cygwin/mingw GNU toolchain). This means that Pageant
|
||||
# with some development environments (such as very old versions
|
||||
# of the mingw/Cygwin GNU toolchain). This means that Pageant
|
||||
# won't care about the local user ID of processes accessing it; a
|
||||
# version of Pageant built with this option will therefore refuse
|
||||
# to run under NT-series OSes on security grounds (although it
|
||||
|
Reference in New Issue
Block a user