diff options
author | sb <sb@openoffice.org> | 2010-01-11 11:30:25 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-11 11:30:25 +0100 |
commit | 949256f2a9f042e258478bdd5c0ef631e5e55b7b (patch) | |
tree | 752bb636c23184ebc812d8e710a732d940439eaa /basegfx | |
parent | a57ae685bcc342e1cd2d4e9d261704839ecf1996 (diff) |
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
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/test/makefile.mk | 14 |
1 files changed, 1 insertions, 13 deletions
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) \ |