diff options
author | Martin Hollmichel <mh@openoffice.org> | 2003-07-04 12:58:57 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2003-07-04 12:58:57 +0000 |
commit | fea3c65ea6b8d9603e85bfaa904b2517b0582b05 (patch) | |
tree | 08d5d9d5e485e450c037fed50bf0575553101f3d | |
parent | f190b3fdf534b998ce7aa10c2a665869d9e939f8 (diff) |
join: from ooo11rc
-rw-r--r-- | external/gpc/makefile.mk | 6 |
1 files 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 ------------------------------------------------------ |