Kaydet (Commit) 7075d62a authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS obo12 (1.50.4); FILE MERGED

2007/05/30 12:45:30 obo 1.50.4.2: RESYNC: (1.50-1.51); FILE MERGED
2007/05/23 13:09:47 obo 1.50.4.1: #i76713# Windows Vista PSDK DISABLE_ATL, DISABLE_ADO
üst c9fbf663
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.53 $
# $Revision: 1.54 $
#
# last change: $Author: vg $ $Date: 2007-05-25 15:22:49 $
# last change: $Author: ihi $ $Date: 2007-06-05 11:03:21 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -214,6 +214,16 @@ SCPDEFS+=-DDISABLE_NEON
SCPDEFS+=-DENABLE_VBA
.ENDIF
.IF "$(DISABLE_ATL)"!=""
SCPDEFS+=-DDISABLE_ATL
.ENDIF
# ADO can't be build with Windows Vista SDK and 2005 Express Edition
# due to missing header, 2005 Professional Edition contains these header
.IF "$(PROF_EDITION)"=="" && "$(WINDOWS_VISTA_PSDK)"!=""
SCPDEFS+=-DDISABLE_ADO
.ENDIF
SCP_PRODUCT_TYPE=osl
ICUVERSION_DEPENDENT_FILES= \
......@@ -275,4 +285,4 @@ ULFFILES= \
$(ICUVERSION_DEPENDENT_FILES) : $(SOLARINCDIR)$/icuversion.mk
.ENDIF
$(ISOLANGVERSION_DEPENDENT_FILES) : $(SOLARINCDIR)$/i18npool/version.mk
$(ISOLANGVERSION_DEPENDENT_FILES) : $(SOLARINCDIR)$/i18npool/version.mk
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment