diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:46:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:46:35 +0000 |
commit | c1034f87c7eaf78f6dff26836dc9527ac8273d71 (patch) | |
tree | 3bdd775f110ab77f2ec305dc04b491d3a722d08c /sj2 | |
parent | 4b4bcbb1e4f02855dc7a01978bcc4720b458d1e4 (diff) |
INTEGRATION: CWS macosxquicktime01 (1.7.30); FILE MERGED
2007/10/26 09:16:56 pl 1.7.30.1: #i82621# changed SystemEnvData and SystemParentData for QUARTZ
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/source/jscpp/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sj2/source/jscpp/makefile.mk b/sj2/source/jscpp/makefile.mk index 044620337918..a800e08ca600 100644 --- a/sj2/source/jscpp/makefile.mk +++ b/sj2/source/jscpp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2006-05-24 13:31:43 $ +# last change: $Author: vg $ $Date: 2007-12-07 11:46:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,11 @@ TARGET=jscpp # --- Files -------------------------------------------------------- +.IF "$(GUIBASE)"=="aqua" +OBJCXXFLAGS=-x objective-c++ -fobjc-exceptions +CFLAGSCXX+=$(OBJCXXFLAGS) +.ENDIF # "$(GUIBASE)"=="aqua" + SLOFILES= \ $(SLO)$/sjapplet.obj \ $(SLO)$/sjapplet_impl.obj |