X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/d5859615f641e5bbd853cd42aafd4fa577da17eb..9d01fc9265bb4ddfc5e5b4236cb976de909d70cf:/Makefile diff --git a/Makefile b/Makefile index 7d927203..5f9973f4 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,6 @@ # Generates executables whose About box report them as being a # release version. # -# - 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 . @@ -75,10 +72,8 @@ OBJS3 = sshbn.$(OBJ) sshpubk.$(OBJ) ssh.$(OBJ) pageantc.$(OBJ) tree234.$(OBJ) ##-- objects pageant PAGE1 = pageant.$(OBJ) sshrsa.$(OBJ) sshpubk.$(OBJ) sshdes.$(OBJ) sshbn.$(OBJ) PAGE2 = sshmd5.$(OBJ) version.$(OBJ) tree234.$(OBJ) -##-- resources putty +##-- resources putty puttytel PRESRC = win_res.$(RES) -##-- resources puttytel -TRESRC = nosshres.$(RES) ##-- resources pageant PAGERC = pageant.$(RES) ##-- resources pscp @@ -107,7 +102,7 @@ all: putty.exe puttytel.exe pscp.exe plink.exe pageant.exe putty.exe: $(GOBJS1) $(GOBJS2) $(LOBJS1) $(POBJS) $(MOBJS) $(OBJS1) $(OBJS2) $(OBJS3) $(PRESRC) putty.rsp link $(LFLAGS) -out:putty.exe @putty.rsp -puttytel.exe: $(GOBJS1) $(GOBJS2) $(LOBJS1) $(TOBJS) $(MOBJS) $(TRESRC) puttytel.rsp +puttytel.exe: $(GOBJS1) $(GOBJS2) $(LOBJS1) $(TOBJS) $(MOBJS) $(PRESRC) puttytel.rsp link $(LFLAGS) -out:puttytel.exe @puttytel.rsp pageant.exe: $(PAGE1) $(PAGE2) $(PAGERC) pageant.rsp @@ -141,7 +136,7 @@ puttytel.rsp: makefile echo $(LOBJS1) >> puttytel.rsp echo $(TOBJS) >> puttytel.rsp echo $(MOBJS) >> puttytel.rsp - echo $(TRESRC) >> puttytel.rsp + echo $(PRESRC) >> puttytel.rsp echo $(LIBS1) >> puttytel.rsp echo $(LIBS2) >> puttytel.rsp echo $(SOCK1) >> puttytel.rsp @@ -228,12 +223,6 @@ win_res.$(RES): rc $(FWHACK) $(RCFL) -r -DWIN32 -D_WIN32 -DWINVER=0x0400 win_res.rc ##-- dependencies -nosshres.$(RES): nosshres.rc win_res.rc win_res.h putty.ico -##-- -nosshres.$(RES): - rc $(FWHACK) $(RCFL) -r -DWIN32 -D_WIN32 -DWINVER=0x0400 nosshres.rc - -##-- dependencies scp.$(RES): scp.rc scp.ico ##-- scp.$(RES):