summaryrefslogtreecommitdiff
path: root/xmlhelp/util
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:29:45 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 17:29:45 +0000
commit3f9b3589f99fadc91639cf83b6ff3fba98ce9254 (patch)
tree7b2f7173574ff0a2dedca36158e55ce887b4dc64 /xmlhelp/util
parent9358a3f0cea0eea55e510694df6871d78c1701a9 (diff)
INTEGRATION: CWS bgdlremove (1.9.54); FILE MERGED
2007/05/21 12:25:12 kso 1.9.54.2: RESYNC: (1.9-1.10); FILE MERGED 2007/05/11 09:17:39 kso 1.9.54.1: 76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
Diffstat (limited to 'xmlhelp/util')
-rw-r--r--xmlhelp/util/makefile.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk
index c8ab092c4c56..e0533a6bf5df 100644
--- a/xmlhelp/util/makefile.mk
+++ b/xmlhelp/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: kz $ $Date: 2007-05-10 13:16:27 $
+# last change: $Author: ihi $ $Date: 2007-06-05 18:29:45 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -65,11 +65,10 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(SALLIB) \
- $(VOSLIB) \
$(EXPATASCII3RDLIB) \
$(UCBHELPERLIB) \
$(SVLLIB) \
- $(BERKELEYLIB) \
+ $(BERKELEYLIB) \
$(XSLTLIB)
SHL1LIBS = \
@@ -81,8 +80,6 @@ SHL1LIBS = \
# --- Def-File ---------------------------------------------------------
DEF1NAME=$(SHL1TARGET)
-DEF1EXPORTFILE=exports.dxp
-DEF1DES=UCB Help Content Provider
# --- Targets ----------------------------------------------------------