diff options
author | Tino Rachui <tra@openoffice.org> | 2001-03-02 16:48:30 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-03-02 16:48:30 +0000 |
commit | c63e3fa1bb47f0b2eb1a77010f51f2830303abae (patch) | |
tree | 019b22c46bd6677dbb2d7260dd7bcf16fdecb221 /dtrans | |
parent | e22fef02d6a2e752d03294969e0887ad1d0eda7c (diff) |
*** empty log message ***
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/makefile.mk b/dtrans/source/win32/dtobj/makefile.mk index 48ec318dc973..ecd368c8279b 100644 --- a/dtrans/source/win32/dtobj/makefile.mk +++ b/dtrans/source/win32/dtobj/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: tra $ $Date: 2001-03-02 17:18:18 $ +# last change: $Author: tra $ $Date: 2001-03-02 17:48:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,7 +85,9 @@ SLOFILES=$(SLO)$/DtObjFactory.obj\ $(SLO)$/TxtCnvtHlp.obj\ $(SLO)$/DataFmtTransl.obj\ $(SLO)$/FmtFilter.obj\ - $(SLO)$/FetcList.obj + $(SLO)$/FetcList.obj\ + $(SLO)$/Fetc.obj + #$(SLO)$/WrpDOTransferable.obj LIB1TARGET=$(SLB)$/$(TARGET).lib |