Added implementations of 3x3 and 4x4 homogen matrices
This commit is contained in:
parent
b1e0343048
commit
6b043da1ae
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue