diff options
author | Martin Gallwey <mtg@openoffice.org> | 2000-11-16 10:55:52 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2000-11-16 10:55:52 +0000 |
commit | 05ac3fe285dd77e0fc636af6ea5f6fea568a9d1d (patch) | |
tree | 0aee68eedcc2c1ab7d7e4484c1a0a87bf6922f6c /package/util | |
parent | f39fff0b3d65e430b6ad40c2d4a871a2f32a4ba5 (diff) |
Added 50% functional generic package implementation and added support
for un-deflated streams to EntryInputStream. This will require further
work RSN.
Diffstat (limited to 'package/util')
-rw-r--r-- | package/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/util/makefile.mk b/package/util/makefile.mk index 6c42e80186fb..e4490fe9b245 100644 --- a/package/util/makefile.mk +++ b/package/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mtg $ $Date: 2000-11-13 13:38:03 $ +# last change: $Author: mtg $ $Date: 2000-11-16 11:55:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,7 +77,7 @@ LIB1FILES= \ # --- Shared-Library ----------------------------------------------- -SHL1TARGET= package$(UPD)$(DLLPOSTFIX) +SHL1TARGET= package$(DLLPOSTFIX) SHL1IMPLIB= _ipackage SHL1STDLIBS= \ |