[Libreoffice-commits] core.git: solenv/gbuild
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Fri Mar 24 11:59:11 UTC 2017
solenv/gbuild/platform/com_MSC_defs.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c4c40632f1de6f64f0f903943d76d5c3cad0fc22
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Fri Mar 24 12:57:11 2017 +0100
use VS 2015 to target XP with the 7.1A SDK
Change-Id: I527a524c282d4314e57c30cdd9eb89bff38443db
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index a6b1b32d8c3d..6dbb38127975 100755
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -54,7 +54,7 @@ gb_COMPILERDEFS := \
-D_MT \
-D_DLL \
-DCPPU_ENV=$(gb_CPPU_ENV) \
- $(if $(findstring 120_70,$(VCVER)_$(WINDOWS_SDK_VERSION)),-D_USING_V110_SDK71_) \
+ $(if $(findstring 140_70,$(VCVER)_$(WINDOWS_SDK_VERSION)),-D_USING_V110_SDK71_) \
ifeq ($(CPUNAME),INTEL)
gb_COMPILERDEFS += \
More information about the Libreoffice-commits
mailing list