diff options
author | marha <marha@users.sourceforge.net> | 2012-11-09 12:31:43 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-11-09 12:31:43 +0100 |
commit | 480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e (patch) | |
tree | 0b6908caf655de903727499e279a6b87ffb886c8 /tools/plink | |
parent | e679303a065ecf6e961993c4fe169950c101c08c (diff) | |
download | vcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.tar.gz vcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.tar.bz2 vcxsrv-480a7a0a6c9a8fae5b8fc7b7688173d5e425ae0e.zip |
Allow specifying a key file in putty format when starting a remote program
Now plink is a real console application in the release build (no -console
option anymore)
Diffstat (limited to 'tools/plink')
-rw-r--r-- | tools/plink/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/plink/makefile b/tools/plink/makefile index e9942ef9c..0e41baef4 100644 --- a/tools/plink/makefile +++ b/tools/plink/makefile @@ -12,4 +12,4 @@ CSRCS = winplink.c winhandl.c misc.c settings.c winstore.c windefs.c winmisc.c w winx11.c portfwd.c sshcrc.c wildcard.c ldisc.c sshdss.c raw.c telnet.c sshgssc.c \
pgssapi.c winnojmp.c conf.c
-WINAPP=plink
+TTYAPP=plink
|