[Libreoffice-commits] .: lcms2/ExternalProject_lcms2.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 18 08:36:31 PST 2012
lcms2/ExternalProject_lcms2.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a65f6ef56ea9b8382451500ea8454db4b9738e2b
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Tue Dec 18 18:33:42 2012 +0200
/p:VisualStudioVersion=11.0 here, too
Change-Id: I7843d3e9565b6577d7c84e547f5b913672cfe1d8
diff --git a/lcms2/ExternalProject_lcms2.mk b/lcms2/ExternalProject_lcms2.mk
index c8d93eb..da43a43 100644
--- a/lcms2/ExternalProject_lcms2.mk
+++ b/lcms2/ExternalProject_lcms2.mk
@@ -21,7 +21,7 @@ ifeq ($(filter-out 14 13,$(COMEX)),)
$(call gb_ExternalProject_get_state_target,lcms2,build):
cd $(EXTERNAL_WORKDIR)/Projects/VC2010/lcms2_DLL \
&& MSBuild.exe lcms2_DLL.vcxproj /p:Configuration=Release /p:Platform=Win32 /p:TargetName=lcms2 \
- $(if $(filter 14,$(COMEX)),/p:PlatformToolset=v110) \
+ $(if $(filter 14,$(COMEX)),/p:PlatformToolset=v110 /p:VisualStudioVersion=11.0) \
&& touch $@
else
$(call gb_ExternalProject_get_state_target,lcms2,build):
More information about the Libreoffice-commits
mailing list