[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:39:03 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4e7a5a9
The following commit has been merged in the master branch:
commit 4e7a5a9a1aade0367c9272d8a4a4e074a0c1fa55
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Tue Nov 20 02:43:09 2007 +0000
Remove include directory before copying files in MSVC post build events.
---
msvc/exiv2lib/exiv2lib.vcproj | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/msvc/exiv2lib/exiv2lib.vcproj b/msvc/exiv2lib/exiv2lib.vcproj
index 1fdbc83..fea9253 100644
--- a/msvc/exiv2lib/exiv2lib.vcproj
+++ b/msvc/exiv2lib/exiv2lib.vcproj
@@ -42,7 +42,8 @@
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="xcopy /y /i ..\..\src\*.h ..\include\exiv2\
+ CommandLine="rmdir /s /q ..\include\
+xcopy /y /i ..\..\src\*.h ..\include\exiv2\
xcopy /y /i ..\..\src\*.hpp ..\include\exiv2\
"/>
<Tool
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list