From c6df405c6c5e41212d69282d4f632893f108fda2 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Tue, 6 Mar 2007 11:36:13 +0000 Subject: #i39532# --- drawinglayer/util/makefile.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'drawinglayer/util') diff --git a/drawinglayer/util/makefile.mk b/drawinglayer/util/makefile.mk index 9cd9206e8ca7..3bcbf24ed44e 100644 --- a/drawinglayer/util/makefile.mk +++ b/drawinglayer/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: aw $ $Date: 2006-10-19 10:26:01 $ +# last change: $Author: aw $ $Date: 2007-03-06 12:36:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,9 +63,12 @@ SHL1STDLIBS=\ $(VCLLIB) \ $(BASEGFXLIB) \ $(TOOLSLIB) \ + $(SVTOOLLIB) \ $(SALLIB) \ $(CPPUHELPERLIB) \ - $(CPPULIB) + $(CPPULIB) \ + $(AVMEDIALIB) \ + $(COMPHELPERLIB) SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1LIBS= $(SLB)$/drawinglayer.lib -- cgit