diff options
author | Armin Weiss <aw@openoffice.org> | 2006-06-02 12:58:03 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2006-06-02 12:58:03 +0000 |
commit | d20e799551390411b32c4d398ea0c473af986a63 (patch) | |
tree | dcc2f69911e26b627dd6348e202e816046f3fb40 /drawinglayer/util | |
parent | aba469dc674ec4b465155f23324792e6753b4ac5 (diff) |
#i39532# renderers to pixel, own directory
Diffstat (limited to 'drawinglayer/util')
-rw-r--r-- | drawinglayer/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drawinglayer/util/makefile.mk b/drawinglayer/util/makefile.mk index 84b1a12c20f2..b2c089facf64 100644 --- a/drawinglayer/util/makefile.mk +++ b/drawinglayer/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: aw $ $Date: 2006-05-12 11:42:54 $ +# last change: $Author: aw $ $Date: 2006-06-02 13:58:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,6 +49,7 @@ LIB1FILES=\ $(SLB)$/primitive.lib \ $(SLB)$/primitive3d.lib \ $(SLB)$/geometry.lib \ + $(SLB)$/processor.lib \ $(SLB)$/animation.lib SHL1TARGET= drawinglayer$(UPD)$(DLLPOSTFIX) |