summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-03-24 12:57:11 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-03-24 12:57:11 +0100
commitc4c40632f1de6f64f0f903943d76d5c3cad0fc22 (patch)
tree86de613b346c890f19733297d31646c880633617 /solenv
parent38e729223a4cdca87ef1baccfc533156c80b5dab (diff)
use VS 2015 to target XP with the 7.1A SDK
Change-Id: I527a524c282d4314e57c30cdd9eb89bff38443db
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/gbuild/platform/com_MSC_defs.mk2
1 files changed, 1 insertions, 1 deletions
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 += \