summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--external/gpc/makefile.mk6
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 ------------------------------------------------------