INTEGRATION: CWS macosx204fixes (1.6.286); FILE MERGED

2006/07/12 23:32:43 ericb 1.6.286.1: #i66587# macosx204fixes fix missing -lutl when building svdem in svdem in svtools. Verified on WIN and MACOSX
This commit is contained in:
Ivo Hinkelmann
2006-08-01 11:23:58 +00:00
parent aec6866d8d
commit 5fc8ec3cdc

View File

@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.6 $ # $Revision: 1.7 $
# #
# last change: $Author: rt $ $Date: 2005-09-08 17:01:41 $ # last change: $Author: ihi $ $Date: 2006-08-01 12:23:58 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
@@ -61,6 +61,10 @@ APP1STDLIBS= $(SVTOOLLIB) \
$(CPPUHELPERLIB) \ $(CPPUHELPERLIB) \
$(CPPULIB) $(CPPULIB)
.IF "$(OS)"=="MACOSX" || "$(GUI)"=="WIN"
APP1STDLIBS += $(UNOTOOLSLIB)
.ENDIF
APP1DEPN= $(L)$/itools.lib $(SVLIBDEPEND) APP1DEPN= $(L)$/itools.lib $(SVLIBDEPEND)
APP1OBJS= $(OBJ)$/svdem.obj APP1OBJS= $(OBJ)$/svdem.obj