From 6b043da1ae3a9d28a5e7cb64302971223d7e51d4 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Thu, 5 Dec 2002 16:19:48 +0000 Subject: [PATCH] Added implementations of 3x3 and 4x4 homogen matrices --- basegfx/prj/d.lst | 1 + basegfx/util/makefile.mk | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/basegfx/prj/d.lst b/basegfx/prj/d.lst index 12a10b24575f..12b333c03b5b 100644 --- a/basegfx/prj/d.lst +++ b/basegfx/prj/d.lst @@ -17,3 +17,4 @@ hedabu: ..\inc\b3dpair.hxx %_DEST%\inc%_EXT%\basegfx\b3dpair.hxx hedabu: ..\inc\b3dvector.hxx %_DEST%\inc%_EXT%\basegfx\b3dvector.hxx hedabu: ..\inc\b3dpoint.hxx %_DEST%\inc%_EXT%\basegfx\b3dpoint.hxx hedabu: ..\inc\b3dhompoint.hxx %_DEST%\inc%_EXT%\basegfx\b3dhompoint.hxx +hedabu: ..\inc\b3dhommatrix.hxx %_DEST%\inc%_EXT%\basegfx\b3dhommatrix.hxx diff --git a/basegfx/util/makefile.mk b/basegfx/util/makefile.mk index 9eeb6b10475b..6f2b28ca53b2 100644 --- a/basegfx/util/makefile.mk +++ b/basegfx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: aw $ $Date: 2002-10-18 15:32:57 $ +# last change: $Author: aw $ $Date: 2002-12-05 17:19:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,7 +73,8 @@ TARGET=basegfx LIB1TARGET=$(SLB)$/basegfx.lib LIB1FILES=\ - $(SLB)$/base2d.lib + $(SLB)$/base2d.lib \ + $(SLB)$/base3d.lib SHL1TARGET= basegfx$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= ibasegfx