[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:47 UTC 2017


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

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

    minor msvc linker setting changes
---
 msvc/exivsimple/exivsimple.vcproj | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/msvc/exivsimple/exivsimple.vcproj b/msvc/exivsimple/exivsimple.vcproj
index a01d3e8..d8b7f3b 100644
--- a/msvc/exivsimple/exivsimple.vcproj
+++ b/msvc/exivsimple/exivsimple.vcproj
@@ -70,11 +70,15 @@
 			OutputDirectory="Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="2"
-			CharacterSet="2">
+			CharacterSet="2"
+			WholeProgramOptimization="FALSE">
 			<Tool
 				Name="VCCLCompilerTool"
+				Optimization="2"
+				GlobalOptimizations="TRUE"
 				AdditionalIncludeDirectories=""..\..\src";"..\..""
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EXIVSIMPLE_EXPORTS"
+				StringPooling="TRUE"
 				RuntimeLibrary="4"
 				RuntimeTypeInfo="TRUE"
 				UsePrecompiledHeader="3"

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list