diff options
Diffstat (limited to 'tools/source/generic')
-rw-r--r-- | tools/source/generic/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/source/generic/makefile.mk b/tools/source/generic/makefile.mk index 662f5a817891..ab8085f35d6a 100644 --- a/tools/source/generic/makefile.mk +++ b/tools/source/generic/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2003-03-27 17:04:16 $ +# last change: $Author: vg $ $Date: 2003-07-02 14:21:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,6 +71,10 @@ TARGET=gen .INCLUDE : settings.mk .INCLUDE : sv.mk +.IF "$(WITH_GPC)"!="NO" +CDEFS+=-DHAVE_GPC_H +.ENDIF + # --- Files -------------------------------------------------------- EXCEPTIONSFILES= $(SLO)$/poly.obj |