From fea3c65ea6b8d9603e85bfaa904b2517b0582b05 Mon Sep 17 00:00:00 2001 From: Martin Hollmichel Date: Fri, 4 Jul 2003 12:58:57 +0000 Subject: [PATCH] join: from ooo11rc --- external/gpc/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/external/gpc/makefile.mk b/external/gpc/makefile.mk index adb3a935a75a..3970de2215b2 100644 --- a/external/gpc/makefile.mk +++ b/external/gpc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: svesik $ $Date: 2001-04-18 14:41:33 $ +# last change: $Author: mh $ $Date: 2003-07-04 13:58:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,12 +73,14 @@ LIBTARGET=NO # --- Files -------------------------------------------------------- +.IF "$(WITH_GPC)"!="NO" SLOFILES = $(SLO)$/gpc.obj LIB1TARGET=$(SLB)$/$(TARGET).lib LIB1ARCHIV=$(LB)$/lib$(TARGET).a LIB1OBJFILES=$(SLOFILES) +.ENDIF # --- Targets ------------------------------------------------------