From 16d703ac556615e32f3dda51889aaad4be82eaaf Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 19 Oct 2005 11:05:35 +0000 Subject: INTEGRATION: CWS vq21 (1.39.30); FILE MERGED 2005/10/17 03:44:04 vq 1.39.30.1: #i56092# Add parallel build dependency. --- sd/util/makefile.mk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk index 33a83b0662f2..df3ae634c10e 100644 --- a/sd/util/makefile.mk +++ b/sd/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: rt $ $Date: 2005-09-09 07:22:07 $ +# last change: $Author: rt $ $Date: 2005-10-19 12:05:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -213,6 +213,12 @@ SHL4STDLIBS= \ $(VOSLIB) \ $(CANVASLIB) \ $(SALLIB) +# $(ISDLIB) is build in SHL1TARGET +.IF "$(GUI)" == "UNX" +SHL4DEPN=$(SHL1TARGETN) +.ELSE +SHL4DEPN=$(SHL1IMPLIBN) +.ENDIF # --- Targets ------------------------------------------------------------- -- cgit