X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/0ac99c2fd7ca102e601f24b21d6fb7caf9dc703b..c9def1b8e8960113ab4fd91d0b69d5b422cf339f:/Makefile diff --git a/Makefile b/Makefile index d7af9be9..dd7b0672 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ CFLAGS = /nologo /W3 /YX /O2 /Yd /D_WINDOWS /DDEBUG /ML /Fd # LFLAGS = /debug # Use MSVC DLL -# CFLAGS = /nologo /W3 /YX /O2 /Yd /D_WINDOWS /DDEBUG /ML /Fd +# CFLAGS = /nologo /W3 /YX /O2 /Yd /D_WINDOWS /DDEBUG /MD /Fd # Disable debug and incremental linking LFLAGS = /incremental:no @@ -52,7 +52,7 @@ POBJS = ssh.$(OBJ) be_all.$(OBJ) ##-- objects puttytel TOBJS = be_nossh.$(OBJ) ##-- objects pscp -SOBJS = scp.$(OBJ) windlg.$(OBJ) scpssh.$(OBJ) be_none.$(OBJ) +SOBJS = scp.$(OBJ) windlg.$(OBJ) ssh.$(OBJ) be_none.$(OBJ) ##-- objects putty puttytel pscp MOBJS = misc.$(OBJ) version.$(OBJ) ##-- objects putty pscp @@ -139,7 +139,6 @@ sshsha.$(OBJ): sshsha.c ssh.h sshrand.$(OBJ): sshrand.c ssh.h sshblowf.$(OBJ): sshblowf.c ssh.h scp.$(OBJ): scp.c putty.h scp.h -scpssh.$(OBJ): scpssh.c putty.h ssh.h scp.h version.$(OBJ): version.c be_all.$(OBJ): be_all.c be_nossh.$(OBJ): be_nossh.c