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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:46 UTC 2017


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

The following commit has been merged in the master branch:
commit ecde80633ef9c2b2842fcaa244e64589c7809b74
Author: brad <chickb at gmail.com>
Date:   Fri Dec 3 00:05:35 2004 +0000

    added write-test to msvc build project
---
 msvc/exiv2.sln                                             |  8 ++++++++
 .../exifprint.vcproj => write-test/write-test.vcproj}      | 14 +++++++-------
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/msvc/exiv2.sln b/msvc/exiv2.sln
index 901b40a..9fa71aa 100644
--- a/msvc/exiv2.sln
+++ b/msvc/exiv2.sln
@@ -67,6 +67,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "write2-test", "write2-test\
 	ProjectSection(ProjectDependencies) = postProject
 	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "write-test", "write-test\write-test.vcproj", "{94A7505B-3A53-40F0-95A2-2ECB1CEC7C57}"
+	ProjectSection(ProjectDependencies) = postProject
+	EndProjectSection
+EndProject
 Global
 	GlobalSection(SolutionConfiguration) = preSolution
 		Debug = Debug
@@ -129,6 +133,10 @@ Global
 		{BBDB5742-0A55-4C2C-973C-E876AAED6ABE}.Debug.Build.0 = Debug|Win32
 		{BBDB5742-0A55-4C2C-973C-E876AAED6ABE}.Release.ActiveCfg = Release|Win32
 		{BBDB5742-0A55-4C2C-973C-E876AAED6ABE}.Release.Build.0 = Release|Win32
+		{94A7505B-3A53-40F0-95A2-2ECB1CEC7C57}.Debug.ActiveCfg = Debug|Win32
+		{94A7505B-3A53-40F0-95A2-2ECB1CEC7C57}.Debug.Build.0 = Debug|Win32
+		{94A7505B-3A53-40F0-95A2-2ECB1CEC7C57}.Release.ActiveCfg = Release|Win32
+		{94A7505B-3A53-40F0-95A2-2ECB1CEC7C57}.Release.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 	EndGlobalSection
diff --git a/msvc/exifprint/exifprint.vcproj b/msvc/write-test/write-test.vcproj
similarity index 93%
copy from msvc/exifprint/exifprint.vcproj
copy to msvc/write-test/write-test.vcproj
index 1f782bd..507f74d 100644
--- a/msvc/exifprint/exifprint.vcproj
+++ b/msvc/write-test/write-test.vcproj
@@ -2,8 +2,8 @@
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="7.10"
-	Name="exifprint"
-	ProjectGUID="{8391174F-52D5-4111-A0FE-E87135301CFB}"
+	Name="write-test"
+	ProjectGUID="{94A7505B-3A53-40F0-95A2-2ECB1CEC7C57}"
 	Keyword="Win32Proj">
 	<Platforms>
 		<Platform
@@ -37,10 +37,10 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalDependencies="..\exiv2lib\Debug\exiv2.lib"
-				OutputFile="$(OutDir)/exifprint.exe"
+				OutputFile="$(OutDir)/write-test.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile="$(OutDir)/exifprint.pdb"
+				ProgramDatabaseFile="$(OutDir)/write-test.pdb"
 				SubSystem="1"
 				TargetMachine="1"/>
 			<Tool
@@ -87,7 +87,7 @@
 			<Tool
 				Name="VCLinkerTool"
 				AdditionalDependencies="..\exiv2lib\Release\exiv2.lib"
-				OutputFile="$(OutDir)/exifprint.exe"
+				OutputFile="$(OutDir)/write-test.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="TRUE"
 				SubSystem="1"
@@ -124,10 +124,10 @@
 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 			<File
-				RelativePath="..\..\src\exifprint.cpp">
+				RelativePath="..\..\src\mn.cpp">
 			</File>
 			<File
-				RelativePath="..\..\src\mn.cpp">
+				RelativePath="..\..\src\write-test.cpp">
 			</File>
 		</Filter>
 		<Filter

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list