[master] Updated vstudio/zlib.props to zlib-1.2.5

This commit is contained in:
Glenn Randers-Pehrson 2011-04-04 15:41:32 -05:00
parent 736a230890
commit 2053a26873

View File

@ -2,9 +2,9 @@
<!-- <!--
* zlib.props - location of zlib source and build * zlib.props - location of zlib source and build
* *
* libpng version 1.4.6rc02 - April 3, 2011 * libpng version 1.4.6rc02 - April 4, 2011
* *
* Copyright (c) 1998-2010 Glenn Randers-Pehrson * Copyright (c) 1998-2011 Glenn Randers-Pehrson
* *
* This code is released under the libpng license. * This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer * For conditions of distribution and use, see the disclaimer
@ -29,7 +29,7 @@
zlib.h # The header file zlib.h # The header file
zconf.h # Another header file included by zlib.h zconf.h # Another header file included by zlib.h
--> -->
<ZLib1Dir>..\..\..\..\zlib124-dll\zlib-1.2.4</ZLib1Dir> <ZLib1Dir>..\..\..\..\zlib125-dll\zlib-1.2.5</ZLib1Dir>
<!-- Place the name of the directory containing the source of <!-- Place the name of the directory containing the source of
zlib used for debugging in this property. zlib used for debugging in this property.
@ -38,6 +38,6 @@
'.h' files in the source match those from the 'official' '.h' files in the source match those from the 'official'
build above. build above.
--> -->
<ZLibSrcDir>..\..\..\..\zlib-1.2.4</ZLibSrcDir> <ZLibSrcDir>..\..\..\..\zlib-1.2.5</ZLibSrcDir>
</PropertyGroup> </PropertyGroup>
</Project> </Project>