From 59c997c8edd5c883daf8b85ba941009f1617ab72 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Mar 2008 11:32:41 +0000 Subject: INTEGRATION: CWS layout_DEV300 (1.19.186); FILE MERGED 2008/02/12 12:42:46 jcn 1.19.186.1: Initial import of layout-dialogs-svx-sw.diff. --- sw/source/ui/dialog/makefile.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sw/source') diff --git a/sw/source/ui/dialog/makefile.mk b/sw/source/ui/dialog/makefile.mk index 0e37aff82661..6676fc1e05d5 100644 --- a/sw/source/ui/dialog/makefile.mk +++ b/sw/source/ui/dialog/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: obo $ $Date: 2008-02-25 15:54:35 $ +# last change: $Author: kz $ $Date: 2008-03-06 12:32:41 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,10 @@ LIBTARGET=no .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/inc$/sw.mk +.IF "$(ENABLE_LAYOUT)" == "TRUE" +CFLAGS+= -DENABLE_LAYOUT=1 -I../$(PRJ)/layout/inc -I../$(PRJ)/layout/$(INPATH)/inc +.ENDIF # ENABLE_LAYOUT == TRUE + # --- Files -------------------------------------------------------- SRS1NAME=$(TARGET) -- cgit