diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-11 15:59:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-05-11 15:59:44 +0000 |
commit | 376b3a9acae7c7490c66be85fb7925b1b2c94652 (patch) | |
tree | 1341144eaf4d3aea7ddd763f37a21303f6c49df4 /basegfx/util | |
parent | 6cbd397adebb272ddfe988aef90631b5665e25e3 (diff) |
#i10000#: remove unneeded link libs
Diffstat (limited to 'basegfx/util')
-rw-r--r-- | basegfx/util/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/basegfx/util/makefile.mk b/basegfx/util/makefile.mk index c4d737e99fb5..9855097683cd 100644 --- a/basegfx/util/makefile.mk +++ b/basegfx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: thb $ $Date: 2004-02-24 22:10:45 $ +# last change: $Author: hr $ $Date: 2004-05-11 16:59:44 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,10 +88,8 @@ SHL1IMPLIB= ibasegfx SHL1STDLIBS=\ $(SALLIB) \ - $(VOSLIB) \ $(CPPUHELPERLIB) \ - $(CPPULIB) \ - $(UNOTOOLSLIB) + $(CPPULIB) SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1LIBS= $(SLB)$/basegfx.lib |