summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0af9298d7c35..eb0e66981a83 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)