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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:52 UTC 2017


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

The following commit has been merged in the master branch:
commit ea053d143ea419796d595878d958830458d20c19
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Feb 11 22:04:12 2015 +0000

    Added Compiler Include Paths and Options to msvc2005/ReadMe.txt in response to Topic 1880.
---
 msvc2005/ReadMe.txt | 42 +++++++++++++++++++++++++++++++-----------
 1 file changed, 31 insertions(+), 11 deletions(-)

diff --git a/msvc2005/ReadMe.txt b/msvc2005/ReadMe.txt
index 1776fc4..7cfab45 100644
--- a/msvc2005/ReadMe.txt
+++ b/msvc2005/ReadMe.txt
@@ -35,9 +35,10 @@ T A B L E  o f  C O N T E N T S
 
 4    Building Applications to use Exiv2
 4.1  Recommended work-flow to create applications
-4.2  Link order
-4.3  tools/bin/depends32.exe and depends64.exe
-4.4  exiv2.exe --verbose --version
+4.2  Compiler Include Paths and Options
+4.3  Library Link Order
+4.4  tools/bin/depends32.exe and depends64.exe
+4.5  exiv2.exe --verbose --version
 
 5    Acknowledgment of prior work
 5.1  Differences between inherited project and the exiv2 projects
@@ -290,14 +291,33 @@ T A B L E  o f  C O N T E N T S
         When you reference <exiv2dir>, you can update <exiv2dir> occasionally
         and rebuild with little effort.
 
-    Of course, there are always other ways to achieve your goals in software.
-    You may prefer to copy the generated libs and dlls in bin/$platform/$configuration
-    to your build tree.  When you do this, you will have to explicitly link
-    the libraries you have copied.
+     Of course, there are always other ways to achieve your goals in software.
+     You may prefer to copy the generated libs and dlls in bin/$platform/$configuration
+     to your build tree.  When you do this, you will have to explicitly link
+     the libraries you have copied.
 
-4.2  Link order
+4.2  Compiler Include Paths and Options
 
-     The correct order is revealed in Visual Studio, by examining exifprint/Properties/Linker/Command-Line:
+     The correct include paths and compiler options are revealed in Visual Studio,
+     by examining exifprint/Properties/C++/Command Line:
+
+     /Od
+     /I "C:
-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list