diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:48:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 08:48:44 +0000 |
commit | 5bea8093df59139f7b99a68b97cf3e0fd64d01d8 (patch) | |
tree | 1ca089eae3f76226adc024964122463886161e9b /tools/util | |
parent | 9f01869a36872162d402c69ef12e87e26777bb14 (diff) |
INTEGRATION: CWS sb80 (1.22.36); FILE MERGED
2007/11/15 13:10:12 sb 1.22.36.1: #i81275# Added tools::extendApplicationEnvironment.
Diffstat (limited to 'tools/util')
-rw-r--r-- | tools/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/util/makefile.mk b/tools/util/makefile.mk index cb137f301d2b..9f0f947ef5cc 100644 --- a/tools/util/makefile.mk +++ b/tools/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: obo $ $Date: 2007-07-17 13:30:49 $ +# last change: $Author: obo $ $Date: 2008-01-07 09:48:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -83,7 +83,8 @@ LIB1FILES+= \ $(SLB)$/debug.lib \ $(SLB)$/zcodec.lib \ $(SLB)$/inet.lib \ - $(SLB)$/testtoolloader.lib + $(SLB)$/testtoolloader.lib \ + $(SLB)$/misc.lib .IF "$(OS)"=="MACOSX" SHL1STDLIBS += $(UCBHELPERLIB) \ |