From c506e1852af6605c97b2194df95a0810fd42b3aa Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 15 Nov 2011 15:48:44 +0100 Subject: fdo#42865: cppu,cppuhelper,testtools: no mapfile Instead, build with VISIBILITY_HIDDEN. --- cppu/qa/cppumaker/makefile.mk | 3 ++- cppu/qa/cppumaker/version.map | 34 ---------------------------------- cppu/qa/makefile.mk | 9 +++++---- cppu/qa/version.map | 34 ---------------------------------- 4 files changed, 7 insertions(+), 73 deletions(-) delete mode 100644 cppu/qa/cppumaker/version.map delete mode 100644 cppu/qa/version.map (limited to 'cppu/qa') diff --git a/cppu/qa/cppumaker/makefile.mk b/cppu/qa/cppumaker/makefile.mk index b0e6f8e0be47..e8f7d7dd4401 100644 --- a/cppu/qa/cppumaker/makefile.mk +++ b/cppu/qa/cppumaker/makefile.mk @@ -30,6 +30,7 @@ PRJNAME := cppu TARGET := test_cppumaker ENABLE_EXCEPTIONS := TRUE +VISIBILITY_HIDDEN=TRUE .INCLUDE: settings.mk @@ -47,7 +48,7 @@ INCPRE += $(MISC)/$(TARGET)/inc SHL1TARGET = $(TARGET) SHL1OBJS = $(SLO)/test_cppumaker.obj SHL1STDLIBS = $(CPPULIB) $(CPPUNITLIB) $(SALLIB) -SHL1VERSIONMAP = version.map +SHL1USE_EXPORTS = name SHL1IMPLIB = i$(SHL1TARGET) DEF1NAME = $(SHL1TARGET) diff --git a/cppu/qa/cppumaker/version.map b/cppu/qa/cppumaker/version.map deleted file mode 100644 index 3308588ef6f8..000000000000 --- a/cppu/qa/cppumaker/version.map +++ /dev/null @@ -1,34 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -UDK_3_0_0 { - global: - cppunitTestPlugIn; - - local: - *; -}; diff --git a/cppu/qa/makefile.mk b/cppu/qa/makefile.mk index 2dee9913153f..d67184605a20 100644 --- a/cppu/qa/makefile.mk +++ b/cppu/qa/makefile.mk @@ -30,6 +30,7 @@ PRJNAME := cppu TARGET := qa ENABLE_EXCEPTIONS := TRUE +VISIBILITY_HIDDEN=TRUE .INCLUDE: settings.mk @@ -46,28 +47,28 @@ INCPRE+=$(MISC)$/$(TARGET)$/inc SHL1TARGET = $(TARGET)_any SHL1OBJS = $(SLO)$/test_any.obj SHL1STDLIBS = $(CPPULIB) $(CPPUNITLIB) $(SALLIB) -SHL1VERSIONMAP = version.map +SHL1USE_EXPORTS = name SHL1IMPLIB = i$(SHL1TARGET) DEF1NAME = $(SHL1TARGET) SHL2TARGET = $(TARGET)_unotype SHL2OBJS = $(SLO)$/test_unotype.obj SHL2STDLIBS = $(CPPULIB) $(CPPUNITLIB) $(SALLIB) -SHL2VERSIONMAP = version.map +SHL2USE_EXPORTS = name SHL2IMPLIB = i$(SHL2TARGET) DEF2NAME = $(SHL2TARGET) SHL3TARGET = $(TARGET)_reference SHL3OBJS = $(SLO)$/test_reference.obj SHL3STDLIBS = $(CPPULIB) $(CPPUNITLIB) $(SALLIB) -SHL3VERSIONMAP = version.map +SHL3USE_EXPORTS = name SHL3IMPLIB = i$(SHL3TARGET) DEF3NAME = $(SHL3TARGET) SHL4TARGET = $(TARGET)_recursion SHL4OBJS = $(SLO)$/test_recursion.obj SHL4STDLIBS = $(CPPULIB) $(CPPUNITLIB) $(SALLIB) -SHL4VERSIONMAP = version.map +SHL4USE_EXPORTS = name SHL4IMPLIB = i$(SHL4TARGET) DEF4NAME = $(SHL4TARGET) diff --git a/cppu/qa/version.map b/cppu/qa/version.map deleted file mode 100644 index 3308588ef6f8..000000000000 --- a/cppu/qa/version.map +++ /dev/null @@ -1,34 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -UDK_3_0_0 { - global: - cppunitTestPlugIn; - - local: - *; -}; -- cgit v1.2.3