summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 10:55:48 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 10:55:48 +0000
commit6c3eb0f507e45e254a2fa66487341f0cfe4cde13 (patch)
treef817a9211ffb27c3191b2a5072cac4053d99cc9c /toolkit
parentc343e69f71681e0d555df42362971a822cf9f2d4 (diff)
INTEGRATION: CWS layout_DEV300 (1.3.316); FILE MERGED
2008/02/12 11:05:46 jcn 1.3.316.2: Annotate classes with TOOLKIT_DLLPUBLIC. Remove -fvisibility=default, -fno-visibility-inlines-hidden hack. 2008/02/11 15:13:38 jcn 1.3.316.1: Make layout stuff in toolkit build with --enable-layout.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/util/makefile.pmk11
1 files changed, 9 insertions, 2 deletions
diff --git a/toolkit/util/makefile.pmk b/toolkit/util/makefile.pmk
index 9ad12b4c49bc..7f69462bb638 100644
--- a/toolkit/util/makefile.pmk
+++ b/toolkit/util/makefile.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 13:25:33 $
+# last change: $Author: kz $ $Date: 2008-03-06 11:55:48 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -40,3 +40,10 @@ CFLAGS += -fvisibility=hidden
.ELIF "$(COMNAME)" == "sunpro5" && "$(CCNUMVER)" >= "00050005"
CFLAGS += -xldscope=hidden
.ENDIF
+
+# FIXME: sprinkle some TOOLKIT_DLLPUBLIC
+
+.IF "$(ENABLE_LAYOUT)" == "TRUE"
+CFLAGS+=-I$(PRJ)/inc/layout
+CFLAGS+=-DENABLE_LAYOUT=1 -DTEST_LAYOUT=1
+.ENDIF # ENABLE_LAYOUT == TRUE