]> git.saurik.com Git - wxWidgets.git/blame - src/png/projects/vstudio/zlib.props
Add missing wxEVT_COMMAND_TEXT_ENTER
[wxWidgets.git] / src / png / projects / vstudio / zlib.props
CommitLineData
b61cc19c
PC
1<?xml version="1.0" encoding="utf-8"?>
2<!--
9c0d9ce3 3 * zlib.props - location of zlib source
b61cc19c 4 *
72281370 5 * libpng version 1.5.7 - December 15, 2011
b61cc19c 6 *
9c0d9ce3 7 * Copyright (c) 1998-2011 Glenn Randers-Pehrson
b61cc19c
PC
8 *
9 * This code is released under the libpng license.
10 * For conditions of distribution and use, see the disclaimer
11 * and license in png.h
12
13 * You must edit this file to record the location of the zlib
9c0d9ce3 14 * source code.
b61cc19c
PC
15 -->
16
9c0d9ce3
DS
17<Project ToolsVersion="4.0"
18 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
b61cc19c 19 <PropertyGroup Label="Globals">
9c0d9ce3
DS
20 <!-- Place the name of the directory containing the source of zlib used for
21 debugging in this property.
b61cc19c 22
9c0d9ce3
DS
23 The directory need only contain the '.c' and '.h' files from the
24 source.
25
26 If you use a relative directory name (as below) then it must be
27 relative to the project directories; these are one level deepers than
28 the directories containing this file.
b61cc19c 29
9c0d9ce3
DS
30 If the version of zlib you use does not match that used when the
31 distribution was built you will get warnings from pngtest that the zlib
32 versions do not match. The zlib version used in this build is recorded
33 below:
b61cc19c 34 -->
9c0d9ce3 35 <ZLibSrcDir>..\..\..\..\zlib-1.2.5</ZLibSrcDir>
b61cc19c
PC
36 </PropertyGroup>
37</Project>