diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-07-02 13:21:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-07-02 13:21:12 +0000 |
commit | 880cf620ea1ecc96a595d342075394f0999b633d (patch) | |
tree | f3cc9c75ebf85a00b789c5cc2f6861f6d57e42fd /tools | |
parent | 229765807654572260adff6d86dc1f80c30afebd (diff) |
INTEGRATION: CWS ooo11rc (1.5.32); FILE MERGED
2003/06/27 14:22:23 haggai 1.5.32.1: #i10477# add --without-gpc switch to optionally build without gpc library
Diffstat (limited to 'tools')
-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 |