summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ----------------------------------