summaryrefslogtreecommitdiff
path: root/extensions/source/activex/main
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-04 11:58:26 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-04 11:58:26 +0000
commitc6de08b7d77642b4fadc027fad926300fec56ea1 (patch)
treee8919a06bc99fe1e0ae5622f36f361f58ee25b1c /extensions/source/activex/main
parent01b5c9c79e066404564ad06a2b6f44b433a8801a (diff)
INTEGRATION: CWS mingwport10 (1.20.2); FILE MERGED
2008/01/28 15:32:54 vg 1.20.2.1: #i85437# catch-up fixes for m243
Diffstat (limited to 'extensions/source/activex/main')
-rw-r--r--extensions/source/activex/main/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk
index a98392ca18cb..fee20839630d 100644
--- a/extensions/source/activex/main/makefile.mk
+++ b/extensions/source/activex/main/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: ihi $ $Date: 2008-01-15 13:27:16 $
+# last change: $Author: ihi $ $Date: 2008-02-04 12:58:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,7 @@ VERSIONOBJ=
LIBTARGET=NO
USE_DEFFILE=YES
-INCPRE+=$(ATL_INCLUDE) \
+INCPRE+=$(foreach,i,$(ATL_INCLUDE) -I$(i)) \
-I$(MISC) \
# --- Files -------------------------------------
@@ -87,6 +87,7 @@ SHL1STDLIBS=\
$(URLMONLIB) \
$(SHLWAPILIB)
+.IF "$(COM)"!="GCC"
.IF "$(CCNUMVER)" > "001300000000"
.IF "$(USE_STLP_DEBUG)" != ""
SHL1STDLIBS+= $(ATL_LIB)$/atlsd.lib
@@ -94,6 +95,7 @@ SHL1STDLIBS=\
SHL1STDLIBS+= $(ATL_LIB)$/atls.lib
.ENDIF
.ENDIF
+.ENDIF
# $(KERNEL32LIB) \