[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:49 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=2cfbb96

The following commit has been merged in the master branch:
commit 2cfbb96bff4075ce6019adccb4bf64f5878fd4e2
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Oct 8 14:49:39 2015 +0000

    Adding support for Visual Studio 2013 and 2015.
---
 cm.bat | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/cm.bat b/cm.bat
index 1f0e23b..ee38d75 100755
--- a/cm.bat
+++ b/cm.bat
@@ -13,7 +13,7 @@ goto:afterSyntax
 rem -------------------------------
 rem Functions
 :Syntax
-echo useage: cm [ clean ^| unix ^| 2003 ^| 2005 ^| 2008 ^| 2010 [64]] "option"+
+echo useage: cm [ clean ^| unix ^| 2003 ^| 2005 ^| 2008 ^| 2010 ^| 2012 ^| 2013 ^| 2015 [64]] "option"+
 goto:eof
 :afterSyntax
 
@@ -49,7 +49,10 @@ if "%G%"=="10"    set G=2010
 if "%G%"=="2003"  set "G=Visual Studio 7 .NET 2003"
 if "%G%"=="2005"  set "G=Visual Studio 8 2005"
 if "%G%"=="2008"  set "G=Visual Studio 9 2008"
-if "%G%"=="2010"  set "G=Visual Studio 10"
+if "%G%"=="2010"  set "G=Visual Studio 10 2010"
+if "%G%"=="2012"  set "G=Visual Studio 11 2012"
+if "%G%"=="2013"  set "G=Visual Studio 12 2013"
+if "%G%"=="2015"  set "G=Visual Studio 14 2015"
 
 if (%Q%)==(64)    set "G=%G% Win64"
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list