X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/dacbd0e88298088e0506eb653ae3d1f596085f67..1c2a93c4834e2cc84f29c997b16a28e2c9c4fb4d:/Makefile diff --git a/Makefile b/Makefile index 37d881e7..13419307 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,15 @@ # - COMPAT=/DWIN32S_COMPAT # Generates a binary that works (minimally) with Win32s. # +# - COMPAT=/DAUTO_WINSOCK +# Causes PuTTY to assume that includes its own WinSock +# header file, so that it won't try to include . +# +# - COMPAT=/DWINSOCK_TWO +# Causes the PuTTY utilities to include instead of +# , except Plink which _needs_ WinSock 2 so it already +# does this. +# # - RCFL=/DASCIICTLS # Uses ASCII rather than Unicode to specify the tab control in # the resource file. Probably most useful when compiling with