From 6a4ea42a8fa08a8b1016b1481aea47d2f02705e8 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Fri, 2 Jun 2006 07:36:15 +0000 Subject: #i65904# Made drawBitmap/drawMaskedColor functional; added raw access for palette images --- basebmp/test/makefile.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'basebmp/test/makefile.mk') diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 31518e01ed3a..1ad61ffd7ede 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: thb $ $Date: 2006-05-31 10:12:13 $ +# last change: $Author: thb $ $Date: 2006-06-02 08:36:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -65,8 +65,11 @@ CFLAGS += -fno-inline # auto generated Target:tests by codegen.pl SHL1OBJS= \ $(SLO)$/basictest.obj \ + $(SLO)$/bmptest.obj \ $(SLO)$/filltest.obj \ - $(SLO)$/linetest.obj + $(SLO)$/linetest.obj \ + $(SLO)$/masktest.obj \ + $(SLO)$/tools.obj SHL1TARGET= tests SHL1STDLIBS= $(SALLIB) \ -- cgit v1.2.3