testtools/source/bridgetest/makefile.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 4f11d0aa461537efa2705e7b49bc2c828a700e43 Author: Jan Holesovsky <[email protected]> Date: Wed Nov 16 22:57:28 2011 +0100 Revert the component.map removal from makefile to fix Windows build. diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index cc3661a..31c5b7e 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -88,7 +88,7 @@ SHL1STDLIBS= \ SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -SHL1USE_EXPORTS = name +SHL1VERSIONMAP = $(SOLARENV)/src/component.map # ---- test object ---- @@ -107,7 +107,7 @@ SHL2STDLIBS= \ SHL2LIBS= $(LIB2TARGET) SHL2DEF= $(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) -SHL2USE_EXPORTS = name +SHL2VERSIONMAP = $(SOLARENV)/src/component.map SHL3TARGET = constructors.uno SHL3OBJS = $(SLO)$/constructors.obj _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
