diff options
Diffstat (limited to 'putty')
-rw-r--r-- | putty/putty/lib.pro | 43 | ||||
-rw-r--r-- | putty/putty/plink.pro | 10 | ||||
-rw-r--r-- | putty/putty/pscp.pro | 10 | ||||
-rw-r--r-- | putty/putty/psftp.pro | 10 | ||||
-rw-r--r-- | putty/putty_cvs.bb | 0 |
5 files changed, 0 insertions, 73 deletions
diff --git a/putty/putty/lib.pro b/putty/putty/lib.pro deleted file mode 100644 index 7006228b6a..0000000000 --- a/putty/putty/lib.pro +++ /dev/null @@ -1,43 +0,0 @@ -###################################################################### -# Automatically generated by qmake (1.06c) Wed Jun 16 23:28:56 2004 -###################################################################### - -TEMPLATE = lib -CONFIG = warn_on release console -TARGET = putty -INCLUDEPATH += . unix charset - -SOURCES += cmdline.c int64.c ldisc.c logging.c misc.c portfwd.c proxy.c raw.c \ - rlogin.c settings.c ssh.c sshaes.c sshblowf.c \ - sshbn.c sshcrc.c sshcrcda.c sshdes.c sshdh.c sshdss.c \ - sshmd5.c sshpubk.c sshrand.c sshrsa.c sshsh512.c sshsha.c \ - sshzlib.c telnet.c tree234.c version.c wildcard.c x11fwd.c - -#Charset -SOURCES += \ - charset/localenc.c \ - charset/mimeenc.c \ - charset/sbcsdat.c \ - charset/toucs.c \ - charset/xenc.c \ - charset/fromucs.c \ - charset/macenc.c \ - charset/sbcs.c \ - charset/slookup.c \ - charset/utf8.c - -# Unix -HEADERS += unix/unix.h -SOURCES += unix/signal.c \ - unix/uxagentc.c \ - unix/uxcons.c \ - unix/uxmisc.c \ - unix/uxnet.c \ - unix/uxnoise.c \ - unix/uxproxy.c \ - unix/uxplink.c \ - unix/uxsel.c \ - unix/uxstore.c \ - unix/uxucs.c \ - unix/ux_x11.c \ - unix/xkeysym.c diff --git a/putty/putty/plink.pro b/putty/putty/plink.pro deleted file mode 100644 index 3cbf15a71d..0000000000 --- a/putty/putty/plink.pro +++ /dev/null @@ -1,10 +0,0 @@ -TEMPLATE = app -TARGET = plink -CONFIG = warn_on release console -DEPENDPATH += unix charset -INCLUDEPATH += . unix charset - -SOURCES += be_all.c uxplink.c - -LIBS += -L. -lputty - diff --git a/putty/putty/pscp.pro b/putty/putty/pscp.pro deleted file mode 100644 index 6e30d3ebc0..0000000000 --- a/putty/putty/pscp.pro +++ /dev/null @@ -1,10 +0,0 @@ -TEMPLATE = app -TARGET = pscp -CONFIG = warn_on release console -DEPENDPATH += unix charset -INCLUDEPATH += . unix charset - -SOURCES += be_none.c scp.c sftp.c unix/uxsftp.c - -LIBS += -L. -lputty - diff --git a/putty/putty/psftp.pro b/putty/putty/psftp.pro deleted file mode 100644 index 4c491bafdc..0000000000 --- a/putty/putty/psftp.pro +++ /dev/null @@ -1,10 +0,0 @@ -TEMPLATE = app -TARGET = psftp -CONFIG = warn_on release console -DEPENDPATH += unix charset -INCLUDEPATH += . unix charset - -SOURCES += be_none.c psftp.c sftp.o unix/uxsftp.c - -LIBS += -L. -lputty - diff --git a/putty/putty_cvs.bb b/putty/putty_cvs.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/putty/putty_cvs.bb +++ /dev/null |