diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-18 10:47:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-18 10:47:10 +0000 |
commit | c30879e4d1bf2b85dec53e76101e83cea8fd80c4 (patch) | |
tree | e77ed584c9701c714c74ede612b21d515d457c71 /scripting/util | |
parent | 7ee79a963f9f0e75b158425755ae7d40cc3469c0 (diff) |
INTEGRATION: CWS fwkfinal8 (1.5.54); FILE MERGED
2005/04/06 15:27:16 tbe 1.5.54.1: #i42647# Badly Viewed Filenames for the Macro Assignments Saving in Customize Dialog
Diffstat (limited to 'scripting/util')
-rw-r--r-- | scripting/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripting/util/makefile.mk b/scripting/util/makefile.mk index 3c13b1bf6510..94cba12561e9 100644 --- a/scripting/util/makefile.mk +++ b/scripting/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2004-05-19 08:29:14 $ +# last change: $Author: obo $ $Date: 2005-04-18 11:47:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -85,6 +85,7 @@ SHL1TARGET= $(TARGET) SHL1IMPLIB= $(TARGET) SHL1STDLIBS+=\ + $(TOOLSLIB) \ $(CPPULIB) \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ |