diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:05:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:05:35 +0000 |
commit | 16d703ac556615e32f3dda51889aaad4be82eaaf (patch) | |
tree | 959c6c04373f82af3d46f78441512522be322726 /sd/util | |
parent | e882aa75f67d36288d7f0756259ac5817092fdd9 (diff) |
INTEGRATION: CWS vq21 (1.39.30); FILE MERGED
2005/10/17 03:44:04 vq 1.39.30.1: #i56092# Add parallel build dependency.
Diffstat (limited to 'sd/util')
-rw-r--r-- | sd/util/makefile.mk | 10 |
1 files 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 ------------------------------------------------------------- |