summaryrefslogtreecommitdiff
path: root/ucb/source/cacher
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2002-06-25 12:04:58 +0000
committerKai Sommerfeld <kso@openoffice.org>2002-06-25 12:04:58 +0000
commit146ffeae3a4f39f1ef26b59cbccbe926685b3aa5 (patch)
treef5f2661a5e19bc398c048a16c67f207ff1bc4a66 /ucb/source/cacher
parent73b0b6c119be2df2bc58cb4e96b2c6b419c8511b (diff)
Replaced filter file by exports file.
Diffstat (limited to 'ucb/source/cacher')
-rw-r--r--ucb/source/cacher/exports.map8
-rw-r--r--ucb/source/cacher/makefile.mk20
2 files changed, 16 insertions, 12 deletions
diff --git a/ucb/source/cacher/exports.map b/ucb/source/cacher/exports.map
new file mode 100644
index 000000000000..bd32ad4747a6
--- /dev/null
+++ b/ucb/source/cacher/exports.map
@@ -0,0 +1,8 @@
+CAC_1_0 {
+ global:
+ component_getImplementationEnvironment;
+ component_writeInfo;
+ component_getFactory;
+ local:
+ *;
+};
diff --git a/ucb/source/cacher/makefile.mk b/ucb/source/cacher/makefile.mk
index f9e70e8dd746..390b07c0c37b 100644
--- a/ucb/source/cacher/makefile.mk
+++ b/ucb/source/cacher/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: hjs $ $Date: 2002-05-15 17:21:29 $
+# last change: $Author: kso $ $Date: 2002-06-25 13:03:40 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -73,8 +73,6 @@ UCB_MAJOR=1
.INCLUDE: settings.mk
.INCLUDE: sv.mk
-#INCPRE+=$(PRJ)$/source$/inc
-
SLOFILES=\
$(SLO)$/contentresultsetwrapper.obj \
$(SLO)$/cachedcontentresultsetstub.obj \
@@ -97,11 +95,13 @@ SHL1STDLIBS=\
SHL1LIBS=$(LIB1TARGET)
SHL1IMPLIB=i$(TARGET)
-DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt
+.IF "$(OS)"=="MACOSX"
+.ELSE
+SHL1VERSIONMAP=exports.map
+.ENDIF
+
DEF1NAME=$(SHL1TARGET)
-DEF1EXPORT1 =component_getImplementationEnvironment
-DEF1EXPORT2 =component_writeInfo
-DEF1EXPORT3 =component_getFactory
+DEF1EXPORTFILE=exports.dxp
DEF1DES=Cached Dynamic Resultset
# Make symbol renaming match library name for Mac OS X
@@ -111,7 +111,3 @@ SYMBOLPREFIX=$(TARGET)$(UCB_MAJOR)
.INCLUDE: target.mk
-$(MISC)$/$(SHL1TARGET).flt:
- @echo ------------------------------
- @echo Making: $@
- $(TYPE) cached1.flt > $@