diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-09-05 09:29:53 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-09-05 09:29:53 +0000 |
commit | 6f8e3dab5ef203ccd2d28861b7682cf0909b8ceb (patch) | |
tree | 43f4f22548470a80e93e3268bd21b81e6b20e2d2 /testtools | |
parent | 26cd85a074ecb7d9e0364a7902eacd69b367b9e3 (diff) |
#91714# now using .map-file instead of dxp-files
Diffstat (limited to 'testtools')
-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 2250ce2d6abd..bde06433db58 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -71,7 +71,7 @@ SHL1STDLIBS= \ SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp +SAL1VERSIONMAP=$(SOLARENV)$/src$/component.map # ---- test object ---- @@ -88,7 +88,7 @@ SHL2STDLIBS= \ SHL2LIBS= $(LIB2TARGET) SHL2DEF= $(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) -DEF2EXPORTFILE= exports.dxp +SAL2VERSIONMAP=$(SOLARENV)$/src$/component.map # --- Targets ------------------------------------------------------ ALL : \ |