diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-11-29 12:46:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-11-29 12:46:46 +0000 |
commit | 66658983fd99dcbcaa4a4575e3084742a9996b41 (patch) | |
tree | 65a441ad9949d40ca9f9b29039fafaf4ea073a5d /package | |
parent | f75d5e500d44aabb33c377a64db268cfa8e3868b (diff) |
#65293# UNOUCRDEP are UNOUCRRDB set to applicat.rdb by default, see settings.mk
Diffstat (limited to 'package')
-rw-r--r-- | package/source/manifest/makefile.mk | 7 | ||||
-rw-r--r-- | package/source/zipapi/makefile.mk | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/package/source/manifest/makefile.mk b/package/source/manifest/makefile.mk index a8ff5d916402..d1f84e1d2abb 100644 --- a/package/source/manifest/makefile.mk +++ b/package/source/manifest/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mtg $ $Date: 2001-04-27 14:56:05 $ +# last change: $Author: rt $ $Date: 2001-11-29 13:46:46 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,9 +90,6 @@ CPPUMAKERFLAGS= #UNOUCROUT=$(OUT)$/inc #INCPRE+=$(UNOUCROUT) -UNOUCRDEP= $(SOLARBINDIR)$/offapi.rdb -UNOUCRRDB= $(SOLARBINDIR)$/offapi.rdb - UNOTYPES=\ com.sun.star.packages.manifest.XManifestReader \ com.sun.star.packages.manifest.XManifestWriter diff --git a/package/source/zipapi/makefile.mk b/package/source/zipapi/makefile.mk index e25198dffac0..02198840e461 100644 --- a/package/source/zipapi/makefile.mk +++ b/package/source/zipapi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: mtg $ $Date: 2001-09-14 15:06:25 $ +# last change: $Author: rt $ $Date: 2001-11-29 13:44:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,9 +94,6 @@ CPPUMAKERFLAGS= UNOUCROUT=$(OUT)$/inc INCPRE+=$(UNOUCROUT) -UNOUCRDEP= $(SOLARBINDIR)$/offapi.rdb -UNOUCRRDB= $(SOLARBINDIR)$/offapi.rdb - UNOTYPES=\ com.sun.star.packages.zip.ZipConstants \ com.sun.star.packages.zip.ZipException |