From dcae592d4d6ed9bcd86c1d69d2b01eb3467cd773 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Thu, 17 Sep 2009 11:10:54 +0200 Subject: #i103496#: add dependency on comphelper --- xmlhelp/prj/build.lst | 2 +- xmlhelp/util/makefile.mk | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/prj/build.lst b/xmlhelp/prj/build.lst index 6a3c15fbf972..550902520991 100644 --- a/xmlhelp/prj/build.lst +++ b/xmlhelp/prj/build.lst @@ -1,4 +1,4 @@ -xh xmlhelp : ucbhelper LIBXSLT:libxslt unoil BERKELEYDB:berkeleydb LUCENE:lucene javaunohelper NULL +xh xmlhelp : comphelper ucbhelper LIBXSLT:libxslt unoil BERKELEYDB:berkeleydb LUCENE:lucene javaunohelper NULL xh xmlhelp usr1 - all xh_mkout NULL xh xmlhelp\inc nmake - all xh_inc NULL xh xmlhelp\source\treeview nmake - all xh_treeview xh_inc NULL diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk index 8b2a95171345..a16e7958d796 100644 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -1,7 +1,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2008 by Sun Microsystems, Inc. # # OpenOffice.org - a multi-platform office productivity suite @@ -64,10 +64,8 @@ SHL1STDLIBS= \ $(SALLIB) \ $(EXPATASCII3RDLIB) \ $(UCBHELPERLIB) \ - $(SVTOOLLIB) \ - $(BERKELEYLIB) \ - $(XSLTLIB) \ - $(UNOTOOLSLIB) + $(BERKELEYLIB) \ + $(XSLTLIB) SHL1LIBS = \ $(SLB)$/jaqe.lib \ -- cgit