[Libreoffice-commits] .: python3/ExternalProject_python3.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 18 06:56:11 PST 2012


 python3/ExternalProject_python3.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ea11e31e9f70e8ea33fbbf217370a7d911fdacb
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Tue Dec 18 16:53:04 2012 +0200

    /p:VisualStudioVersion=11.0 here, too
    
    Change-Id: Ifa463327e9f33696012b3add0640b12f6d585178

diff --git a/python3/ExternalProject_python3.mk b/python3/ExternalProject_python3.mk
index 2bde4cf..dc6999d 100644
--- a/python3/ExternalProject_python3.mk
+++ b/python3/ExternalProject_python3.mk
@@ -26,7 +26,7 @@ ifeq ($(OS)$(COM),WNTMSC)
 $(call gb_ExternalProject_get_state_target,python3,build) :
 ifeq ($(VCVER),110)
 	cd $(EXTERNAL_WORKDIR)/PCbuild \
-	&& MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:PlatformToolset=v110 \
+	&& MAKEFLAGS= MSBuild.exe pcbuild.sln /t:Build /p:Configuration=Release /p:PlatformToolset=v110 /p:VisualStudioVersion=11.0 \
 	&& cd $(EXTERNAL_WORKDIR) \
 	&& ln -s PCbuild LO_lib \
 	&& touch $@


More information about the Libreoffice-commits mailing list