summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 10:39:07 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 10:39:07 +0000
commit91685dfbc3bd528968a6c0f4fece90581bcefb89 (patch)
treec7338b39c5daae78fc852de6cf9953eaefd74a6e /toolkit
parent65757214becde2f659cabdfd8e2f03a624da80c1 (diff)
INTEGRATION: CWS layout_DEV300 (1.32.28); FILE MERGED
2008/02/11 15:13:37 jcn 1.32.28.1: Make layout stuff in toolkit build with --enable-layout.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/makefile.mk18
1 files changed, 16 insertions, 2 deletions
diff --git a/toolkit/source/awt/makefile.mk b/toolkit/source/awt/makefile.mk
index 41bba1a392c7..293e986dadc4 100644
--- a/toolkit/source/awt/makefile.mk
+++ b/toolkit/source/awt/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.32 $
+# $Revision: 1.33 $
#
-# last change: $Author: vg $ $Date: 2007-12-07 11:39:34 $
+# last change: $Author: kz $ $Date: 2008-03-06 11:39:07 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -78,6 +78,20 @@ SRS1NAME=$(TARGET)
SRC1FILES=\
xthrobber.src
+.IF "$(ENABLE_LAYOUT)" == "TRUE"
+
+SECOND_BUILD=layout
+layout_SLOFILES=\
+ $(SLO)/vclxbutton.obj\
+ $(SLO)/vclxdialog.obj\
+ $(SLO)/vclxfixedline.obj\
+ $(SLO)/vclxproxy.obj\
+ $(SLO)/vclxscroller.obj\
+ $(SLO)/vclxsplitter.obj\
+ $(SLO)/vclxtabcontrol.obj
+
+.ENDIF # ENABLE_LAYOUT == TRUE
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk