diff options
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 ------------------------------------------------------------- |