forked from amazingfate/loongoffice
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:
2
external/python3/ExternalProject_python3.mk
vendored
2
external/python3/ExternalProject_python3.mk
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user