[Libreoffice-commits] core.git: external/coinmp

David Ostrovsky david at ostrovsky.org
Fri Jul 11 04:32:46 PDT 2014


 external/coinmp/ExternalProject_coinmp.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 83cfe896973075a2b07453d9de548f625511fa63
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Tue Jul 8 23:43:41 2014 +0200

    VS2013: Adjust coinmp to 12.0 vcproj version
    
    Change-Id: I3b069278297c489b0aeb54ebef484c73dee503c0
    Reviewed-on: https://gerrit.libreoffice.org/10158
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/external/coinmp/ExternalProject_coinmp.mk b/external/coinmp/ExternalProject_coinmp.mk
index b483d45..c5f181d 100644
--- a/external/coinmp/ExternalProject_coinmp.mk
+++ b/external/coinmp/ExternalProject_coinmp.mk
@@ -21,6 +21,7 @@ $(call gb_ExternalProject_get_state_target,coinmp,build) :
 			/p:Platform=Win32 \
 			$(if $(filter 100,$(VCVER)),/p:PlatformToolset=v100 /p:VisualStudioVersion=10.0) \
 			$(if $(filter 110,$(VCVER)),/p:PlatformToolset=$(if $(filter 80,$(WINDOWS_SDK_VERSION)),v110,v110_xp) /p:VisualStudioVersion=11.0) \
+			$(if $(filter 120,$(VCVER)),/p:PlatformToolset=v120 /p:VisualStudioVersion=12.0) \
 	,CoinMP/MSVisualStudio/v9)
 
 else


More information about the Libreoffice-commits mailing list