externals: do not use "v110_xp" when building with MSVC 2012 and SDK 8.0

Change-Id: I40bc9e4c31e270f29cc145b5d2f3544cad586bf7
This commit is contained in:
Michael Stahl
2014-05-26 11:39:06 +02:00
parent a841737381
commit 09c0a96eb3
6 changed files with 9 additions and 6 deletions

View File

@ -37,7 +37,8 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
/p:Platform=$(if $(filter INTEL,$(CPUNAME)),Win32,x64) \
$(if $(filter 100,$(VCVER)), \
/ToolsVersion:4.0, \
/p:PlatformToolset=v110_xp /p:VisualStudioVersion=11.0) \
/p:PlatformToolset=$(if $(filter 80,$(WINDOWS_SDK_VERSION)),v110,v110_xp) \
/p:VisualStudioVersion=11.0) \
&& cd $(EXTERNAL_WORKDIR) \
&& ln -s PCbuild LO_lib \
,PCBuild)