diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-11-29 12:40:57 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-11-29 12:40:57 +0000 |
commit | f75d5e500d44aabb33c377a64db268cfa8e3868b (patch) | |
tree | b85dde4f63eef3f89d307899ca46d43b208655fd /package | |
parent | 1c06d6a41676dd9a64817ac29ce26d98f8e312df (diff) |
#94573# remove support for disk spanning pack'n'go
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zippackage/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/source/zippackage/makefile.mk b/package/source/zippackage/makefile.mk index adc44f01b3ec..f4e850bd5c56 100644 --- a/package/source/zippackage/makefile.mk +++ b/package/source/zippackage/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: mtg $ $Date: 2001-09-14 15:24:09 $ +# last change: $Author: mtg $ $Date: 2001-11-29 13:40:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,9 +84,9 @@ SLOFILES= \ $(SLO)$/ZipPackageFolder.obj \ $(SLO)$/ZipPackageFolderEnumeration.obj \ $(SLO)$/ZipPackageSink.obj \ - $(SLO)$/ZipPackageStream.obj \ - $(SLO)$/InteractionRequest.obj \ - $(SLO)$/InteractionContinuation.obj + $(SLO)$/ZipPackageStream.obj +# $(SLO)$/InteractionRequest.obj \ +# $(SLO)$/InteractionContinuation.obj # --- UNO stuff --------------------------------------------------- |