diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-07-25 10:38:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-07-25 10:38:46 +0000 |
commit | 59bc38fd6b069008e3cf885b4700582e43bd39e3 (patch) | |
tree | b5d4e05495df777ebad284fc71e8b3a0fec43456 /ucb | |
parent | c63ed056270191903bce3d409882b21f4aedf230 (diff) |
INTEGRATION: CWS abi3 (1.10.28); FILE MERGED
2003/07/20 21:04:50 abi 1.10.28.1: #110335# backgrounding download now
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ftp/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/makefile.mk b/ucb/source/ucp/ftp/makefile.mk index d6d6b3c8cc13..850308341fac 100644 --- a/ucb/source/ucp/ftp/makefile.mk +++ b/ucb/source/ucp/ftp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2003-03-27 17:26:49 $ +# last change: $Author: vg $ $Date: 2003-07-25 11:38:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,6 +91,7 @@ SLOFILES1=\ $(SLO)$/ftpresultsetbase.obj \ $(SLO)$/ftpresultsetI.obj \ $(SLO)$/ftploaderthread.obj \ + $(SLO)$/ftpdownloadthread.obj \ $(SLO)$/ftpinpstr.obj \ $(SLO)$/ftpdirp.obj \ $(SLO)$/ftpcfunc.obj \ |