summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-09 16:06:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-09 16:06:57 +0000
commitfb7c781d41b2f40b784d275ecfea9bf70340bc8d (patch)
tree93f9ca09df0eb82f8d342c7b2d134be761c2f0b5 /scp2/source
parentdf64a9f2a22e2691d2f89308d7e5d5784a72ebdb (diff)
INTEGRATION: CWS hro02 (1.38.32); FILE MERGED
2006/02/07 14:16:16 hro 1.38.32.1: #128675# Don't create an error report server entry for non SUN builds as debug information is not available
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/ooo/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index 2825fdda8ad0..2d7770a1665e 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.38 $
+# $Revision: 1.39 $
#
-# last change: $Author: rt $ $Date: 2006-01-10 14:34:23 $
+# last change: $Author: rt $ $Date: 2006-02-09 17:06:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,10 @@ USE_JAVAVER=TRUE
SCPDEFS+=-DENABLE_CRASHDUMP
.ENDIF
+.IF "$(BUILD_SPECIAL)"!=""
+SCPDEFS+=-DBUILD_SPECIAL
+.ENDIF
+
.IF "$(JAVANUMVER)" >= "000100040000"
SCPDEFS+=-DINCLUDE_JAVA_ACCESSBRIDGE
.ENDIF