Nah, wrong to use /p:PlatformToolset=Windows7.1SDK
It must be my local installation of VS2010 that is somehow screwed up when building here it doesn't find <windows.h>. I need to fix that instead. Change-Id: I37a5f8b41f193b108f33464a6a127c0a5969d232
This commit is contained in:
parent
e46e96ca7c
commit
773df2cb86
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ifeq ($(VCVER),110)
|
|||
&& touch $@
|
||||
else ifeq ($(VCVER),100)
|
||||
cd $(EXTERNAL_WORKDIR)/PCbuild \
|
||||
&& MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:PlatformToolset=Windows7.1SDK /ToolsVersion:4.0 \
|
||||
&& MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /ToolsVersion:4.0 \
|
||||
&& cd $(EXTERNAL_WORKDIR) \
|
||||
&& ln -s PCbuild LO_lib \
|
||||
&& touch $@
|
||||
|
|
Loading…
Reference in a new issue