X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Makefile;h=46bceb28943c7232dc790b0e7f81dcbe5d2913ee;hb=9c5951ed35cf9019bf17685b4356212eae1a63b3;hp=ea9b1bb35b0a505b31ae638e726029c5f227fe26;hpb=50766ce729b61d7395b01959eca5486236cc77bf;p=PuTTY.git diff --git a/Makefile b/Makefile index ea9b1bb3..46bceb28 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,15 @@ # , except Plink which _needs_ WinSock 2 so it already # does this. # +# - COMPAT=/DNO_SECURITY +# Disables Pageant's use of , which is not available +# with some development environments. 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 +# will run fine on Win95-series OSes where there is no access +# control anyway). +# # - RCFL=/DASCIICTLS # Uses ASCII rather than Unicode to specify the tab control in # the resource file. Probably most useful when compiling with @@ -89,7 +98,7 @@ MOBJ2 = tree234.$(OBJ) OBJS1 = sshcrc.$(OBJ) sshdes.$(OBJ) sshmd5.$(OBJ) sshrsa.$(OBJ) sshrand.$(OBJ) OBJS2 = sshsha.$(OBJ) sshblowf.$(OBJ) noise.$(OBJ) sshdh.$(OBJ) sshdss.$(OBJ) OBJS3 = sshbn.$(OBJ) sshpubk.$(OBJ) ssh.$(OBJ) pageantc.$(OBJ) sshzlib.$(OBJ) -OBJS4 = x11fwd.$(OBJ) portforward.$(OBJ) sshaes.$(OBJ) +OBJS4 = x11fwd.$(OBJ) portfwd.$(OBJ) sshaes.$(OBJ) ##-- objects pageant PAGE1 = pageant.$(OBJ) sshrsa.$(OBJ) sshpubk.$(OBJ) sshdes.$(OBJ) sshbn.$(OBJ) PAGE2 = sshmd5.$(OBJ) version.$(OBJ) tree234.$(OBJ) misc.$(OBJ) sshaes.$(OBJ) @@ -299,7 +308,7 @@ window.$(OBJ): window.c network.h puttymem.h storage.h winstuff.h putty.h win_re winnet.$(OBJ): winnet.c network.h puttymem.h putty.h tree234.h winstore.$(OBJ): winstore.c network.h puttymem.h storage.h putty.h x11fwd.$(OBJ): x11fwd.c network.h puttymem.h ssh.h putty.h -portforward.$(OBJ): portforward.c network.h puttymem.h ssh.h putty.h +portfwd.$(OBJ): portfwd.c network.h puttymem.h ssh.h putty.h xlat.$(OBJ): xlat.c network.h puttymem.h putty.h ##--