diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-29 12:27:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-29 12:27:21 +0000 |
commit | 120755f2804805ecee41cdcdee6d0b655555e291 (patch) | |
tree | 8e13a495bf7b5376e4b8335d32cbe2cde9e08143 /transex3/source/makefile.mk | |
parent | 14ba4b326bb1eacb5053647f0104f3b20fb76a84 (diff) |
INTEGRATION: CWS hc2opti (1.39.12); FILE MERGED
2006/02/24 17:10:23 ihi 1.39.12.1: #i55666# hc2 build speedup
Diffstat (limited to 'transex3/source/makefile.mk')
-rw-r--r-- | transex3/source/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk index 877fd4090d90..8ef0d76860a6 100644 --- a/transex3/source/makefile.mk +++ b/transex3/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.39 $ +# $Revision: 1.40 $ # -# last change: $Author: rt $ $Date: 2005-09-09 15:01:47 $ +# last change: $Author: obo $ $Date: 2006-03-29 13:27:21 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,7 @@ LIBTARGET=no .INCLUDE : settings.mk CDEFS+= -DYY_NEVER_INTERACTIVE=1 +#CDEFS+= -pg .IF "$(SYSTEM_EXPAT)" == "YES" CFLAGS+=-DSYSTEM_EXPAT |