diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:03:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 13:03:28 +0000 |
commit | 13d4915db93c57977e788d10ee453d7c811e4adb (patch) | |
tree | 791bce391ee4d72a270dd6b9556d77f7e73f5280 /codemaker | |
parent | 6669c915e610c1bf497553aaf54ff7d458effcf7 (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.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/makefile.mk b/codemaker/source/cppumaker/makefile.mk index 1e8ce5f85c40..ed0385bda16c 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 \ |