summaryrefslogtreecommitdiff
path: root/comphelper/util
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-03-14 11:16:24 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-03-14 11:16:24 +0000
commitaf07d6d3650398090ab3c590e40dd44ca6dda4dd (patch)
treeb835f6114868b988454c5e5a79da87b5738b6d04 /comphelper/util
parentbd1b2221921b845e916f2077d8ec68c05fafc0df (diff)
needed for service registration
Diffstat (limited to 'comphelper/util')
-rw-r--r--comphelper/util/exports.dxp3
-rw-r--r--comphelper/util/makefile.mk5
2 files changed, 6 insertions, 2 deletions
diff --git a/comphelper/util/exports.dxp b/comphelper/util/exports.dxp
new file mode 100644
index 000000000000..0c2e3e7cddd7
--- /dev/null
+++ b/comphelper/util/exports.dxp
@@ -0,0 +1,3 @@
+component_getImplementationEnvironment
+component_writeInfo
+component_getFactory \ No newline at end of file
diff --git a/comphelper/util/makefile.mk b/comphelper/util/makefile.mk
index 7e88cedcdb3e..aa01d6e91239 100644
--- a/comphelper/util/makefile.mk
+++ b/comphelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: fs $ $Date: 2000-09-29 11:28:15 $
+# last change: $Author: mtg $ $Date: 2001-03-14 12:16:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -104,6 +104,7 @@ DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt \
$(LIB1TARGET)
DEFLIB1NAME=$(TARGET)
+DEF1EXPORTFILE = exports.dxp
# --- Targets ----------------------------------