diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-11-15 15:26:37 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2000-11-15 15:26:37 +0000 |
commit | 420ed423d813e46a0bcf6909b6067f52a636de44 (patch) | |
tree | f8a5818ecda8cc28682079c6fd96e65f918e0c0b /basctl | |
parent | 9adf42d354200510868a122b536aed2b83bacecb (diff) |
add: cppu, cppuhelper
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk index 8f82b0a8966f..9a35429e50f5 100644 --- a/basctl/util/makefile.mk +++ b/basctl/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: mh $ $Date: 2000-11-02 15:38:46 $ +# last change: $Author: hjs $ $Date: 2000-11-15 16:26:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,6 +89,8 @@ SHL1STDLIBS= \ $(TOOLSLIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ + $(CPPULIB) \ + $(CPPUHELPERLIB) \ $(VCLLIB) \ $(SO2LIB) \ $(SOTLIB) \ |