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 | d7e522529905cf553da2c23493e8ac1dee43a208 (patch) | |
tree | 2fa59756a75e80417e911037897bd7d737695fb1 /drawinglayer/util | |
parent | 3cff1c434148f6d4ee8288b262fde4c3fdb63aa5 (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 84b1a12c20..b2c089facf 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) |