diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-07 11:55:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-07 11:55:27 +0000 |
commit | 72a72ed2408e1a5cc7752e81729061efd379e516 (patch) | |
tree | 35b737a5e3fa1ee1a9df4b1f6c0f00fc37e31963 /toolkit/util | |
parent | 62fb7a2caf2746666944ff23aa78f8d09a1e951f (diff) |
#i87946# disable ENABLE_LAYOUT if not TRUE
Diffstat (limited to 'toolkit/util')
-rw-r--r-- | toolkit/util/makefile.pmk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toolkit/util/makefile.pmk b/toolkit/util/makefile.pmk index 7f69462bb638..a967d9b83cb4 100644 --- a/toolkit/util/makefile.pmk +++ b/toolkit/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kz $ $Date: 2008-03-06 11:55:48 $ +# last change: $Author: kz $ $Date: 2008-04-07 12:54:06 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,4 +46,6 @@ CFLAGS += -xldscope=hidden .IF "$(ENABLE_LAYOUT)" == "TRUE" CFLAGS+=-I$(PRJ)/inc/layout CFLAGS+=-DENABLE_LAYOUT=1 -DTEST_LAYOUT=1 +.ELSE +CFLAGS+=-DENABLE_LAYOUT=0 .ENDIF # ENABLE_LAYOUT == TRUE |