diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /putty | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
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 |