summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:03:28 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:03:28 +0000
commit3844004bdcc1602d693cb16b1ad0ebd1e4e1ba91 (patch)
tree5cff7cea045866dff24150b631325be3715d7ff7 /codemaker
parentb93efaf7ef1bfb317ae2a9c5908b2cb33a857830 (diff)
INTEGRATION: CWS mingwport03 (1.9.18); FILE MERGED
2006/09/07 10:25:10 vg 1.9.18.1: #i53572# MinGW port
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/cppumaker/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/makefile.mk b/codemaker/source/cppumaker/makefile.mk
index 1e8ce5f85..ed0385bda 100644
--- a/codemaker/source/cppumaker/makefile.mk
+++ b/codemaker/source/cppumaker/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: vg $ $Date: 2006-03-15 09:15:30 $
+# last change: $Author: vg $ $Date: 2007-03-26 14:03:28 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -49,8 +49,10 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
.IF "$(GUI)"=="WNT"
+.IF "$(COM)"!="GCC"
CFLAGSNOOPT+=-Ob0
.ENDIF
+.ENDIF
OBJFILES= $(OBJ)$/cppumaker.obj \
$(OBJ)$/cppuoptions.obj \