X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/dacbd0e88298088e0506eb653ae3d1f596085f67..4d331a77f20f321f867f5907e2ffc06249378881:/Makefile?ds=sidebyside 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