diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-11-16 22:57:28 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-11-17 00:38:25 +0100 |
commit | 4f11d0aa461537efa2705e7b49bc2c828a700e43 (patch) | |
tree | a470d26d828681e3954bf3e5ea59a914559b5748 /testtools/source | |
parent | 8a7cfed28d15a7e64e897fa309189cce058fc48a (diff) |
Revert the component.map removal from makefile to fix Windows build.
Diffstat (limited to 'testtools/source')
-rw-r--r-- | testtools/source/bridgetest/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index cc3661a9d75e..31c5b7e3dff3 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 |