summaryrefslogtreecommitdiff
path: root/sfx2/source/control
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:04:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:04:02 +0000
commita2dede3778cfb6b5660bf6bde638f1b865235eff (patch)
tree1495e847b1abd1f1d596bb14f4afbdde0f1d2008 /sfx2/source/control
parentae2e8dfee1e9c1c38938877a8682fcf9dd867b87 (diff)
INTEGRATION: CWS mingwport03 (1.8.132); FILE MERGED
2006/09/13 14:27:28 vg 1.8.132.1: #i53572# MinGW port
Diffstat (limited to 'sfx2/source/control')
-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 --------------------------------------------------------