summaryrefslogtreecommitdiff
path: root/basebmp/test/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/test/makefile.mk')
-rw-r--r--basebmp/test/makefile.mk12
1 files changed, 3 insertions, 9 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk
index 94be97c81038..36b540231188 100644
--- a/basebmp/test/makefile.mk
+++ b/basebmp/test/makefile.mk
@@ -78,16 +78,10 @@ SHL1OBJS= \
$(SLO)$/linetest.obj \
$(SLO)$/masktest.obj \
$(SLO)$/polytest.obj \
- $(SLO)$/tools.obj \
- $(SLO)$/bitmapdevice.obj \
- $(SLO)$/debug.obj \
- $(SLO)$/polypolygonrenderer.obj
-# last three objs are a bit of a hack: cannot link against LIBBASEBMP
-# here, because not yet delivered. Need the functionality to test, so
-# we're linking it in statically. Need to keep this in sync with
-# source/makefile.mk
+ $(SLO)$/tools.obj
SHL1TARGET= tests
-SHL1STDLIBS= $(SALLIB) \
+SHL1STDLIBS= $(BASEBMPLIB) \
+ $(SALLIB) \
$(CPPUNITLIB) \
$(BASEGFXLIB)