From 1f6fca2425b61921703f7269853175d5022c7531 Mon Sep 17 00:00:00 2001 From: Martin Hollmichel Date: Thu, 18 Oct 2001 08:29:25 +0000 Subject: add: SOLAR_JAVA condition #90436# --- basic/util/makefile.mk | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'basic/util') diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 1871a17b99f1..0b950467e77a 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: hjs $ $Date: 2001-09-18 16:19:44 $ +# last change: $Author: mh $ $Date: 2001-10-18 09:29:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,7 +90,6 @@ SHL1STDLIBS= \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVLIB) \ - $(SJLIB) \ $(VOSLIB) \ $(SALLIB) \ $(SVMEMLIB) \ @@ -100,6 +99,10 @@ SHL1STDLIBS= \ $(VOSLIB) \ $(XMLSCRIPTLIB) +.IF "$(SOLAR_JAVA)" != "TRUE" +SHL1STDLIBS+=$(SJLIB) +.ENDIF + .IF "$(GUI)"=="WNT" #SHL1STDLIBS+=$(LIBCIMT) .ENDIF @@ -139,7 +142,6 @@ SHL2STDLIBS= \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVLIB) \ - $(SJLIB) \ $(VOSLIB) \ $(SALLIB) \ $(SVMEMLIB) \ @@ -148,6 +150,9 @@ SHL2STDLIBS= \ $(COMPHELPERLIB) \ $(UNOTOOLSLIB) +.IF "$(SOLAR_JAVA)" != "TRUE" +SHL2STDLIBS+=$(SJLIB) +.ENDIF .IF "$(GUI)" != "UNX" SHL2OBJS= \ $(SLO)$/sb.obj -- cgit