From 949256f2a9f042e258478bdd5c0ef631e5e55b7b Mon Sep 17 00:00:00 2001 From: sb Date: Mon, 11 Jan 2010 11:30:25 +0100 Subject: sb118: introduced AUGMENT_LIBRARY_PATH_LOCAL, used by CPPUNITTESTER so that tests within a module pick up shared libs from that module in the local output tree --- basegfx/test/makefile.mk | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'basegfx') diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk index fd9633ab6f2d..be6e537ba25a 100644 --- a/basegfx/test/makefile.mk +++ b/basegfx/test/makefile.mk @@ -48,21 +48,9 @@ SHL1OBJS= \ $(SLO)$/basegfx3d.obj \ $(SLO)$/testtools.obj -# linking statically against basegfx parts -SHL1LIBS=\ - $(SLB)$/curve.lib \ - $(SLB)$/matrix.lib \ - $(SLB)$/numeric.lib \ - $(SLB)$/point.lib \ - $(SLB)$/polygon.lib \ - $(SLB)$/range.lib \ - $(SLB)$/tuple.lib \ - $(SLB)$/tools.lib \ - $(SLB)$/color.lib \ - $(SLB)$/vector.lib - SHL1TARGET= basegfx_tests SHL1STDLIBS= \ + $(BASEGFXLIB) \ $(SALLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ -- cgit