summaryrefslogtreecommitdiffstats
path: root/uui/util
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
commitec0ee57607a1e8a800bb4809a0be6921df1f2e19 (patch)
treefb70533bb702938e058ed2a51e6ed386c8d9eb78 /uui/util
parentsb118: changed tools/debug to never fall back from writing to shell to writin... (diff)
downloadcore-ec0ee57607a1e8a800bb4809a0be6921df1f2e19.tar.gz
core-ec0ee57607a1e8a800bb4809a0be6921df1f2e19.zip
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 'uui/util')
-rw-r--r--uui/util/exports.map10
-rw-r--r--uui/util/makefile.mk2
2 files changed, 1 insertions, 11 deletions
diff --git a/uui/util/exports.map b/uui/util/exports.map
deleted file mode 100644
index ba501f9ae076..000000000000
--- a/uui/util/exports.map
+++ /dev/null
@@ -1,10 +0,0 @@
-UDK_3_0_0 {
- global:
- GetVersionInfo;
- component_getImplementationEnvironment;
- component_getFactory;
- component_writeInfo;
-
- local:
- *;
-};
diff --git a/uui/util/makefile.mk b/uui/util/makefile.mk
index a262b9443866..1c5317f2a958 100644
--- a/uui/util/makefile.mk
+++ b/uui/util/makefile.mk
@@ -42,7 +42,7 @@ NO_BSYMBOLIC = true
SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
SHL1IMPLIB = i$(TARGET)
-SHL1VERSIONMAP = exports.map
+SHL1VERSIONMAP = $(SOLARENV)/src/component.map
SHL1DEF = $(MISC)$/$(SHL1TARGET).def
DEF1NAME = $(SHL1TARGET)