aboutsummaryrefslogtreecommitdiffstats
path: root/putty/putty/psftp.pro
diff options
context:
space:
mode:
Diffstat (limited to 'putty/putty/psftp.pro')
-rw-r--r--putty/putty/psftp.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/putty/putty/psftp.pro b/putty/putty/psftp.pro
index e69de29bb2..4c491bafdc 100644
--- a/putty/putty/psftp.pro
+++ b/putty/putty/psftp.pro
@@ -0,0 +1,10 @@
+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
+