summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-10-09 14:21:42 +0000
committerKurt Zenker <kz@openoffice.org>2007-10-09 14:21:42 +0000
commit28cc1103cfa7805e7d96d2e9b7afbc6b8e231ecc (patch)
tree5cf7fd8e6fb94533d69ba9ee77f1b4a7c778a8d9 /vcl/util
parent9afef06256f0c807a105c9853d0fbe0dace6e284 (diff)
INTEGRATION: CWS aquavcl03 (1.3.638); FILE MERGED
2007/07/26 22:17:46 ericb 1.3.638.1: #i80066# fix objective-c++ switchs in vcl ( they are only needed there)
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile2.pmk9
1 files changed, 7 insertions, 2 deletions
diff --git a/vcl/util/makefile2.pmk b/vcl/util/makefile2.pmk
index cd017157a79a..1aca16b94e8a 100644
--- a/vcl/util/makefile2.pmk
+++ b/vcl/util/makefile2.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile2.pmk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 13:53:58 $
+# last change: $Author: kz $ $Date: 2007-10-09 15:21:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -40,3 +40,8 @@ CFLAGS += -fvisibility=hidden
.ELIF "$(COMNAME)" == "sunpro5" && "$(CCNUMVER)" >= "00050005"
CFLAGS += -xldscope=hidden
.ENDIF
+
+.IF "$(GUIBASE)"=="aqua"
+OBJCXXFLAGS=-x objective-c++ -fobjc-exceptions
+CFLAGSCXX+=$(OBJCXXFLAGS)
+.ENDIF # "$(GUIBASE)"=="aqua"