VS2013: Override ToolsVersion setting

Otherwise those external projects will fail, because with only VS2013 installed
there is no ToolsVersion 4.0 (which is set inside the VC projects files).

http://msdn.microsoft.com/en-us/library/bb383985.aspx

Change-Id: I144ba1ef95372226ebadb082e3a78155cca316fd
This commit is contained in:
Thomas Arnhold
2014-08-09 16:06:09 +02:00
parent 227f3aab17
commit 0b684fa3e9
4 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ $(call gb_ExternalProject_get_state_target,python3,build) :
$(if $(filter 110,$(VCVER)),/p:PlatformToolset=$(if $(filter 80,$(WINDOWS_SDK_VERSION)),v110,v110_xp) \
/p:VisualStudioVersion=11.0) \
$(if $(filter 120,$(VCVER)),/p:PlatformToolset=v120 \
/p:VisualStudioVersion=12.0) \
/p:VisualStudioVersion=12.0 /ToolsVersion:12.0) \
,PCBuild)
else