summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/control/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/control/makefile.mk b/sfx2/source/control/makefile.mk
index 7fb91deddd04..a62d0e25b1d8 100644
--- a/sfx2/source/control/makefile.mk
+++ b/sfx2/source/control/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2006-05-02 16:28:08 $
+# last change: $Author: vg $ $Date: 2007-03-26 15:04:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,8 +46,10 @@ ENABLE_EXCEPTIONS=TRUE
# w.g. compilerbugs
.IF "$(GUI)"=="WNT"
+.IF "$(COM)"!="GCC"
CFLAGS+=-Od
.ENDIF
+.ENDIF
# --- Files --------------------------------------------------------