summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2001-07-17 13:46:52 +0000
committerAndreas Bille <abi@openoffice.org>2001-07-17 13:46:52 +0000
commit57f52e22cc24a73396c6c1ba6a28619e890f2ef3 (patch)
tree850a114b780d349b517ea3a25f7c3daaf8cfc89f /xmlhelp
parent5edfadf697283aac2d20ad6acfc6d1f7199f2679 (diff)
Clash in symbols: libsax.so exports the expat symbols, but has
modified them. Now my component does not export them anymore.
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/treeview/makefile.mk23
-rw-r--r--xmlhelp/source/treeview/tvhlp.map9
2 files changed, 14 insertions, 18 deletions
diff --git a/xmlhelp/source/treeview/makefile.mk b/xmlhelp/source/treeview/makefile.mk
index 6f99bd640f22..1d83ab81544c 100644
--- a/xmlhelp/source/treeview/makefile.mk
+++ b/xmlhelp/source/treeview/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: abi $ $Date: 2001-07-11 15:35:25 $
+# last change: $Author: abi $ $Date: 2001-07-17 14:46:52 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,6 +63,7 @@
PRJ=..$/..
PRJNAME=xmlhelp
TARGET=tvhlp
+USE_DEFFILE=TRUE
ENABLE_EXCEPTIONS=TRUE
NO_BSYMBOLIC=TRUE
@@ -89,27 +90,13 @@ SHL1STDLIBS=\
$(SALLIB) \
$(VOSLIB) \
$(UCBHELPERLIB)
+SHL1VERSIONMAP= $(TARGET).map
DEF1DEPN=$(MISC)$/$(SHL1TARGET).flt
DEF1NAME=$(SHL1TARGET)
-DEF1EXPORT1 =component_getImplementationEnvironment
-DEF1EXPORT2 =component_writeInfo
-DEF1EXPORT3 =component_getFactory
DEF1DES=UCB : Treeview help
.INCLUDE: target.mk
-$(MISC)$/$(SHL1TARGET).flt:
- @echo ------------------------------
- @echo Making: $@
- @echo cpp >> $@
- @echo m_ >> $@
- @echo rtl >> $@
- @echo vos >> $@
- @echo component_getImplementationEnvironment >> $@
- @echo component_writeInfo >> $@
- @echo component_getFactory >> $@
-.IF "$(COM)"=="MSC"
- @echo ??_ >> $@
-.ENDIF # COM MSC
+
diff --git a/xmlhelp/source/treeview/tvhlp.map b/xmlhelp/source/treeview/tvhlp.map
new file mode 100644
index 000000000000..d432afe36358
--- /dev/null
+++ b/xmlhelp/source/treeview/tvhlp.map
@@ -0,0 +1,9 @@
+TVHLP_1_0 {
+ global:
+ GetVersionInfo;
+ component_getImplementationEnvironment;
+ component_writeInfo;
+ component_getFactory;
+ local:
+ *;
+}; \ No newline at end of file