diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-11-15 15:48:44 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-11-15 20:52:00 +0100 |
commit | c506e1852af6605c97b2194df95a0810fd42b3aa (patch) | |
tree | feec5e4c78d9be15d3b899fc8753eaac2d5b11c7 /cppuhelper | |
parent | d5f0b174d6f85f861d3f0791688ca76c83723234 (diff) |
fdo#42865: cppu,cppuhelper,testtools: no mapfile
Instead, build with VISIBILITY_HIDDEN.
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/qa/ifcontainer/export.map | 7 | ||||
-rw-r--r-- | cppuhelper/qa/ifcontainer/makefile.mk | 3 | ||||
-rw-r--r-- | cppuhelper/qa/unourl/export.map | 7 | ||||
-rw-r--r-- | cppuhelper/qa/unourl/makefile.mk | 3 |
4 files changed, 4 insertions, 16 deletions
diff --git a/cppuhelper/qa/ifcontainer/export.map b/cppuhelper/qa/ifcontainer/export.map deleted file mode 100644 index 117caf43a63e..000000000000 --- a/cppuhelper/qa/ifcontainer/export.map +++ /dev/null @@ -1,7 +0,0 @@ -UDK_3_0_0 { - global: - cppunitTestPlugIn; - - local: - *; -}; diff --git a/cppuhelper/qa/ifcontainer/makefile.mk b/cppuhelper/qa/ifcontainer/makefile.mk index d4d67a44ef0e..7d01f53e8e14 100644 --- a/cppuhelper/qa/ifcontainer/makefile.mk +++ b/cppuhelper/qa/ifcontainer/makefile.mk @@ -30,6 +30,7 @@ PRJNAME=cppuhelper TARGET=cppu_ifcontainer ENABLE_EXCEPTIONS=TRUE +VISIBILITY_HIDDEN=TRUE # --- Settings ----------------------------------------------------- @@ -51,7 +52,7 @@ SHL1STDLIBS=\ $(CPPUNITLIB) SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) -SHL1VERSIONMAP= export.map +SHL1USE_EXPORTS = name SLOFILES = $(SHL1OBJS) diff --git a/cppuhelper/qa/unourl/export.map b/cppuhelper/qa/unourl/export.map deleted file mode 100644 index 117caf43a63e..000000000000 --- a/cppuhelper/qa/unourl/export.map +++ /dev/null @@ -1,7 +0,0 @@ -UDK_3_0_0 { - global: - cppunitTestPlugIn; - - local: - *; -}; diff --git a/cppuhelper/qa/unourl/makefile.mk b/cppuhelper/qa/unourl/makefile.mk index 35d6e0bdf112..1db7e1190929 100644 --- a/cppuhelper/qa/unourl/makefile.mk +++ b/cppuhelper/qa/unourl/makefile.mk @@ -30,6 +30,7 @@ PRJNAME=cppuhelper TARGET=cppu_unourl ENABLE_EXCEPTIONS=TRUE +VISIBILITY_HIDDEN=TRUE # --- Settings ----------------------------------------------------- @@ -51,7 +52,7 @@ SHL1STDLIBS=\ $(CPPUNITLIB) SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) -SHL1VERSIONMAP= export.map +SHL1USE_EXPORTS = name SLOFILES = $(SHL1OBJS) |