summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2002-03-11 14:11:43 +0000
committerSander Vesik <svesik@openoffice.org>2002-03-11 14:11:43 +0000
commitef6909c17e43e2ef5d47d595e4cdbd16d81245a6 (patch)
tree36721d9be95773f946ef09698272e7ebc3f12e03 /xmlhelp
parent37d2061000d40d8dd55517cc24ae040ab69bb319 (diff)
Add extra libs need for FreeBSD
Contributed by: Carlos F. A. Paniago <pan@panix.ecof.org.br>
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/util/makefile.mk20
1 files changed, 18 insertions, 2 deletions
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk
index b1282c3601b8..7f5bc89513c6 100644
--- a/xmlhelp/util/makefile.mk
+++ b/xmlhelp/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: abi $ $Date: 2001-11-23 13:59:19 $
+# last change: $Author: svesik $ $Date: 2002-03-11 15:11:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -97,9 +97,24 @@ SABLOT3RDLIB=sablot.lib
SHL1TARGET=$(TARGET)$(UCP_VERSION)
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
SHL1IMPLIB=i$(TARGET)
+.IF "$(OS)"!="FREEBSD"
SHL1VERSIONMAP=exports.map
+.ENDIF
# Add additional libs here.
+.IF "$(OS)"=="FREEBSD"
+SHL1STDLIBS= \
+ $(CPPUHELPERLIB) \
+ $(CPPULIB) \
+ $(SALLIB) \
+ $(VOSLIB) \
+ $(SABLOT3RDLIB) \
+ $(EXPATASCII3RDLIB) \
+ $(UCBHELPERLIB) \
+ $(BERKELEYLIB) \
+ $(BERKELEYCPPLIB) \
+ -lcompat
+.ELSE
SHL1STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB) \
@@ -110,6 +125,7 @@ SHL1STDLIBS= \
$(UCBHELPERLIB) \
$(BERKELEYLIB) \
$(BERKELEYCPPLIB)
+.ENDIF
SHL1LIBS = \
$(SLB)$/jaqe.lib \