summaryrefslogtreecommitdiff
path: root/eventattacher
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-29 17:01:54 +0100
committersb <sb@openoffice.org>2010-01-29 17:01:54 +0100
commitdbb3f34b54f2451e7b85d6b7fddba65cd22834c8 (patch)
treea457397e1b54e3333c4092b8bdfd12275879e98e /eventattacher
parentfb01b394da1627153d4b773f7bb2113102c7ede6 (diff)
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
Diffstat (limited to 'eventattacher')
-rw-r--r--eventattacher/source/exports.map10
-rw-r--r--eventattacher/source/makefile.mk2
2 files changed, 1 insertions, 11 deletions
diff --git a/eventattacher/source/exports.map b/eventattacher/source/exports.map
deleted file mode 100644
index ba501f9ae0..0000000000
--- a/eventattacher/source/exports.map
+++ /dev/null
@@ -1,10 +0,0 @@
-UDK_3_0_0 {
- global:
- GetVersionInfo;
- component_getImplementationEnvironment;
- component_getFactory;
- component_writeInfo;
-
- local:
- *;
-};
diff --git a/eventattacher/source/makefile.mk b/eventattacher/source/makefile.mk
index f642559b80..fb86ddac77 100644
--- a/eventattacher/source/makefile.mk
+++ b/eventattacher/source/makefile.mk
@@ -48,7 +48,7 @@ SLOFILES= \
SHL1TARGET= $(TARGET)
SHL1IMPLIB= i$(TARGET)
-SHL1VERSIONMAP=exports.map
+SHL1VERSIONMAP=$(SOLARENV)/src/component.map
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)