diff options
author | Martin Hollmichel <mh@openoffice.org> | 2000-10-24 06:45:24 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2000-10-24 06:45:24 +0000 |
commit | c2036a87860dfa6a968fa82fa1462a1fbac9979e (patch) | |
tree | 46a8c7919ebd897ebb0d8dd3f1292221700f195d | |
parent | 7ab1f7fa851f11c4f6e54d3939b88f62fc373c7c (diff) |
add: COMPHELPER
-rw-r--r-- | svtools/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/util/makefile.mk b/svtools/util/makefile.mk index ed211841751e..b54badeca927 100644 --- a/svtools/util/makefile.mk +++ b/svtools/util/makefile.mk @@ -2,9 +2,9 @@ #* #* $RCSfile: makefile.mk,v $ #* -#* $Revision: 1.2 $ +#* $Revision: 1.3 $ #* -#* last change: $Author: er $ $Date: 2000-10-22 17:22:16 $ +#* last change: $Author: mh $ $Date: 2000-10-24 07:45:24 $ #* #* The Contents of this file are made available subject to the terms of #* either of the following licenses @@ -247,6 +247,7 @@ SHL1OBJS=$(SLO)$/svtdata.obj SHL2STDLIBS=$(TOOLSLIB) \ $(VOSLIB) \ $(CPPULIB) \ + $(COMPHELPERLIB) \ $(CPPUHELPERLIB) \ $(RTLLIB) \ $(SALLIB) \ |