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 /testtools | |
parent | d5f0b174d6f85f861d3f0791688ca76c83723234 (diff) |
fdo#42865: cppu,cppuhelper,testtools: no mapfile
Instead, build with VISIBILITY_HIDDEN.
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index 3932d04c9fd0..cc3661a9d75e 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -31,6 +31,7 @@ PRJNAME=testtools TARGET=bridgetest USE_DEFFILE=TRUE ENABLE_EXCEPTIONS=TRUE +VISIBILITY_HIDDEN=TRUE LIBTARGET=NO .INCLUDE: settings.mk @@ -87,7 +88,7 @@ SHL1STDLIBS= \ SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -SHL1VERSIONMAP = $(SOLARENV)/src/component.map +SHL1USE_EXPORTS = name # ---- test object ---- @@ -106,7 +107,7 @@ SHL2STDLIBS= \ SHL2LIBS= $(LIB2TARGET) SHL2DEF= $(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) -SHL2VERSIONMAP = $(SOLARENV)/src/component.map +SHL2USE_EXPORTS = name SHL3TARGET = constructors.uno SHL3OBJS = $(SLO)$/constructors.obj |