summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/makefile.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:03:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:03:27 +0000
commit2994840f8bbdf433791bbde7934815cdd0ce0aa4 (patch)
treebe2ac2248e7d327e632fce8cef5676a89cfa4a93 /sfx2/source/appl/makefile.mk
parent5abd5ebc81ea2561668f6611154f473ecbe3afbf (diff)
INTEGRATION: CWS mingwport03 (1.43.130); FILE MERGED
2007/03/19 21:44:14 vg 1.43.130.4: RESYNC: (1.47-1.48); FILE MERGED 2007/01/09 01:47:02 vg 1.43.130.3: RESYNC: (1.45-1.47); FILE MERGED 2006/11/09 00:34:28 vg 1.43.130.2: RESYNC: (1.43-1.45); FILE MERGED 2006/09/13 14:27:27 vg 1.43.130.1: #i53572# MinGW port
Diffstat (limited to 'sfx2/source/appl/makefile.mk')
-rw-r--r--sfx2/source/appl/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk
index 0af9298d7c..eb0e66981a 100644
--- a/sfx2/source/appl/makefile.mk
+++ b/sfx2/source/appl/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.48 $
+# $Revision: 1.49 $
#
-# last change: $Author: rt $ $Date: 2007-01-29 15:07:31 $
+# last change: $Author: vg $ $Date: 2007-03-26 15:03:27 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -47,9 +47,11 @@ LIBTARGET=NO
# w.g. compilerbugs
.IF "$(GUI)"=="WNT"
+.IF "$(COM)"!="GCC"
CFLAGS+=-Od
CFLAGS+=-DENABLE_QUICKSTART_APPLET
.ENDIF
+.ENDIF
.IF "$(GUI)"=="UNX"
CDEFS+=-DDLL_NAME=libsfx$(UPD)$(DLLPOSTFIX)$(DLLPOST)