forked from amazingfate/loongoffice
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:
@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user