diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:27:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 10:27:30 +0000 |
commit | 6f81e901ba889f5f9678ad7d3170c36faf4eb990 (patch) | |
tree | ff2ee152318f0baea5536448f1647c958f017bb0 | |
parent | def86d2fced4d991204a22c7e1b6ca00cd003a72 (diff) |
INTEGRATION: CWS vcl71 (1.15.96); FILE MERGED
2007/01/11 14:07:20 hdu 1.15.96.1: add UNO tools lib
-rw-r--r-- | vcl/workben/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk index 3d625a7e4fd3..a659cda63cae 100644 --- a/vcl/workben/makefile.mk +++ b/vcl/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:57:11 $ +# last change: $Author: obo $ $Date: 2007-01-25 11:27:30 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,6 +58,7 @@ APP1OBJS= \ $(OBJ)$/svdem.obj APP1STDLIBS= $(CPPULIB) \ + $(UNOTOOLSLIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(VCLLIB) \ |