diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:52:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:52:48 +0000 |
commit | 9b24b6be6cb88508c695ee11310af51348f819b2 (patch) | |
tree | ca03ecaa46a08e1565cced1fe78beda17129ce66 /extensions/source/plugin/base | |
parent | 9d1baa6fe4294ce873c93a305f375a091cd903c2 (diff) |
INTEGRATION: CWS macosxquicktime01 (1.12.96); FILE MERGED
2007/10/27 09:00:18 pl 1.12.96.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ
Diffstat (limited to 'extensions/source/plugin/base')
-rw-r--r-- | extensions/source/plugin/base/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/plugin/base/makefile.mk b/extensions/source/plugin/base/makefile.mk index 94ffaa94f0dc..010de5974bc6 100644 --- a/extensions/source/plugin/base/makefile.mk +++ b/extensions/source/plugin/base/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: rt $ $Date: 2007-04-17 13:39:10 $ +# last change: $Author: vg $ $Date: 2007-12-07 11:52:48 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -54,6 +54,11 @@ CDEFS+=-DDISABLE_XAW .IF "$(WITH_MOZILLA)" != "NO" +.IF "$(GUIBASE)"=="aqua" +OBJCXXFLAGS=-x objective-c++ -fobjc-exceptions +CFLAGSCXX+=$(OBJCXXFLAGS) +.ENDIF # "$(GUIBASE)"=="aqua" + SLOFILES= \ $(SLO)$/plctrl.obj \ $(SLO)$/service.obj \ |