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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:12 UTC 2017


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

The following commit has been merged in the master branch:
commit 53bd9a9107b8ce97e3d1586c47fd9bbba8e5d6d1
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Jan 5 04:00:42 2011 +0000

    msvc64: enhancement to buildall.bat
---
 msvc64/buildall.bat | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/msvc64/buildall.bat b/msvc64/buildall.bat
index d78ac45..b92bac9 100644
--- a/msvc64/buildall.bat
+++ b/msvc64/buildall.bat
@@ -26,7 +26,10 @@ rem cleanup the bin if necessary
 set DELBIN=0
 if %ACTION%==/rebuild set DELBIN=1
 if %ACTION%==/clean   set DELBIN=1
-if %DELBIN%==1 if EXIST bin rmdir/s/q bin
+if %DELBIN%==1 (
+	if EXIST bin rmdir/s/q bin
+	del/s *.pdb *.ild *.ncb *.bsc *.idb *.ilk *.pch *.tlog
+)
 
 rem ##
 rem the main build activity

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list