diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-07 13:02:38 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-07 13:02:38 +0000 |
commit | f5d87d0102bf2b2725f3d12923fe84ef9634d738 (patch) | |
tree | d7a17d944789a4859b906d915343b7da3d2e0da3 /io | |
parent | 54be1384974b2db4b3da9551fb48374ff8c4dbf0 (diff) |
no VOSLIB
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextInputStream/makefile.mk | 5 | ||||
-rw-r--r-- | io/source/TextOutputStream/makefile.mk | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/io/source/TextInputStream/makefile.mk b/io/source/TextInputStream/makefile.mk index 77d8fb49229a..2b988da5b7e0 100644 --- a/io/source/TextInputStream/makefile.mk +++ b/io/source/TextInputStream/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:15:29 $ +# last change: $Author: kz $ $Date: 2001-05-07 14:02:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,7 +95,6 @@ SHL1TARGET= $(TARGET) SHL1STDLIBS= \ $(SALLIB) \ $(CPPULIB) \ - $(VOSLIB) \ $(CPPUHELPERLIB) SHL1DEPN= diff --git a/io/source/TextOutputStream/makefile.mk b/io/source/TextOutputStream/makefile.mk index 06c3294c0b84..a53814596276 100644 --- a/io/source/TextOutputStream/makefile.mk +++ b/io/source/TextOutputStream/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: pluby $ $Date: 2001-03-02 07:15:33 $ +# last change: $Author: kz $ $Date: 2001-05-07 14:02:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,7 +94,6 @@ SHL1TARGET= $(TARGET) SHL1STDLIBS= \ $(SALLIB) \ $(CPPULIB) \ - $(VOSLIB) \ $(CPPUHELPERLIB) SHL1DEPN= |