diff options
author | Thorsten Behrens <thb@openoffice.org> | 2003-11-10 12:32:29 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2003-11-10 12:32:29 +0000 |
commit | fd56c146e7d072d0af39e859645ee79c2089e282 (patch) | |
tree | 920d3807803eb72968592d9ab0449624ffbaf96a /basegfx | |
parent | ff3c6dbe35436fa508356a45b7367d4055cd6387 (diff) |
Added bezier tools file
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/curve/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/basegfx/source/curve/makefile.mk b/basegfx/source/curve/makefile.mk index 1d58cd1ae26c..60a217d6e676 100644 --- a/basegfx/source/curve/makefile.mk +++ b/basegfx/source/curve/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: aw $ $Date: 2003-10-28 11:24:53 $ +# last change: $Author: thb $ $Date: 2003-11-10 13:32:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,8 +76,9 @@ TARGET=curve SLOFILES= \ $(SLO)$/b2dcubicbezier.obj \ - $(SLO)$/b2dquadraticbezier.obj - + $(SLO)$/b2dquadraticbezier.obj \ + $(SLO)$/b2dbeziertools.obj + # --- Targets ---------------------------------- .INCLUDE : target.mk |