summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2002-12-05 16:19:48 +0000
committerArmin Weiss <aw@openoffice.org>2002-12-05 16:19:48 +0000
commit6b043da1ae3a9d28a5e7cb64302971223d7e51d4 (patch)
tree2d1ad62da668056c7da0cbf5fa9d473405948b57
parentb1e03430480a62e4d72938684c11b66d1a8bf787 (diff)
Added implementations of 3x3 and 4x4 homogen matrices
-rw-r--r--basegfx/prj/d.lst1
-rw-r--r--basegfx/util/makefile.mk7
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