diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:31:55 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:31:55 +0000 |
commit | 83f0fcea3530f1e73c3c6c83b2718105356d408a (patch) | |
tree | be58e21784d65cfc10759d4e81f1e43ee3c29d00 /testtools/source/performance | |
parent | a8b8e71547e074ac432056206ff4c423b3568866 (diff) |
INTEGRATION: CWS uno2 (1.2.42); FILE MERGED
2003/04/08 13:58:21 dbo 1.2.42.1: #107991# UNO shared library component renaming
Diffstat (limited to 'testtools/source/performance')
-rw-r--r-- | testtools/source/performance/makefile.mk | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/testtools/source/performance/makefile.mk b/testtools/source/performance/makefile.mk index 3464b2438d85..029ecdc98a4e 100644 --- a/testtools/source/performance/makefile.mk +++ b/testtools/source/performance/makefile.mk @@ -2,9 +2,9 @@ PRJ=..$/.. PRJNAME=testtools TARGET=performancetest -USE_DEFFILE=TRUE NO_BSYMBOLIC=TRUE ENABLE_EXCEPTIONS=TRUE +USE_DEFFILE=TRUE LIBTARGET=NO # --- Settings ----------------------------------------------------- @@ -37,12 +37,8 @@ UNOTYPES= \ com.sun.star.bridge.XUnoUrlResolver \ com.sun.star.container.XSet \ com.sun.star.test.performance.XPerformanceTest \ - com.sun.star.lang.XSingleComponentFactory \ - com.sun.star.uno.XComponentContext - -SLOFILES= \ - $(SLO)$/ubtest.obj \ - $(SLO)$/ubobject.obj + com.sun.star.lang.XSingleComponentFactory \ + com.sun.star.uno.XComponentContext # ---- test ---- @@ -50,7 +46,10 @@ LIB1TARGET=$(SLB)$/perftest.lib LIB1OBJFILES= \ $(SLO)$/ubtest.obj -SHL1TARGET=perftest +SHL1TARGET = perftest.uno + +SHL1VERSIONMAP = $(SOLARENV)$/src$/component.map + SHL1STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ @@ -59,7 +58,6 @@ SHL1STDLIBS= \ SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp # ---- test object ---- @@ -67,7 +65,10 @@ LIB2TARGET=$(SLB)$/perfobj.lib LIB2OBJFILES= \ $(SLO)$/ubobject.obj -SHL2TARGET=perfobj +SHL2TARGET = perfobj.uno + +SHL2VERSIONMAP = $(SOLARENV)$/src$/component.map + SHL2STDLIBS= \ $(CPPULIB) \ $(CPPUHELPERLIB) \ @@ -76,7 +77,6 @@ SHL2STDLIBS= \ SHL2LIBS= $(LIB2TARGET) SHL2DEF= $(MISC)$/$(SHL2TARGET).def DEF2NAME= $(SHL2TARGET) -DEF2EXPORTFILE= exports.dxp # ---- pseudo uno bridge ---- @@ -85,6 +85,9 @@ LIB3OBJFILES= \ $(SLO)$/pseudo.obj SHL3TARGET=pseudo_uno_uno + +SHL3VERSIONMAP = pseudo_uno_uno.map + SHL3STDLIBS= \ $(CPPULIB) \ $(SALLIB) @@ -92,7 +95,6 @@ SHL3STDLIBS= \ SHL3LIBS= $(LIB3TARGET) SHL3DEF= $(MISC)$/$(SHL3TARGET).def DEF3NAME= $(SHL3TARGET) -DEF3EXPORTFILE= pseudo.dxp # --- Targets ------------------------------------------------------ |