python3/ExternalProject_python3.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 773df2cb86bebd47f2b28b96270989560b373574 Author: Tor Lillqvist <tlillqv...@suse.com> Date: Fri Nov 30 10:56:55 2012 +0200 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 diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk index b47f303..2bde4cf 100644 --- a/python3/ExternalProject_python3.mk +++ b/python3/ExternalProject_python3.mk @@ -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 $@ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits