summaryrefslogtreecommitdiff
path: root/bridges/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 11:16:23 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 11:16:23 +0000
commit6bda227e7e8865310972e9c593cbf46cec00d63d (patch)
treeaf00166c9399b8f0707db9c73ac8872562cf9b2b /bridges/source
parent730399de90add4e35da9754a8f7525b443237026 (diff)
INTEGRATION: CWS unomacli64 (1.3.122); FILE MERGED
2007/06/29 11:14:39 kr 1.3.122.2: jkims patch - noopt only for cppinterfaceproxy.cxx 2007/06/20 12:21:31 kr 1.3.122.1: fixed: #78284# - somehow optimization needs to be disabled
Diffstat (limited to 'bridges/source')
-rw-r--r--bridges/source/cpp_uno/shared/makefile.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/shared/makefile.mk b/bridges/source/cpp_uno/shared/makefile.mk
index 1f7489e8d63a..ebf6306bd2ad 100644
--- a/bridges/source/cpp_uno/shared/makefile.mk
+++ b/bridges/source/cpp_uno/shared/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 22:34:55 $
+# last change: $Author: obo $ $Date: 2007-07-18 12:16:23 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -50,4 +50,12 @@ SLOFILES = \
$(SLO)$/vtablefactory.obj \
$(SLO)$/vtables.obj
+# Disable optimization for cppinterfaceproxy.cxx -
+# attribute constructor / destructor do not get called otherwise.
+.IF "$(COM)" == "GCC"
+NOOPTFILES = \
+ $(SLO)$/cppinterfaceproxy.obj
+.ENDIF
+
+
.INCLUDE: target.mk