aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props74
1 files changed, 37 insertions, 37 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props
index eaec606..ad953c1 100644
--- a/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props
+++ b/libraries/irrlicht-1.8/source/Irrlicht/libpng/projects/vstudio/zlib.props
@@ -1,37 +1,37 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<!-- 2<!--
3 * zlib.props - location of zlib source 3 * zlib.props - location of zlib source
4 * 4 *
5 * libpng version 1.5.9 - February 18, 2012 5 * libpng version 1.5.9 - February 18, 2012
6 * 6 *
7 * Copyright (c) 1998-2011 Glenn Randers-Pehrson 7 * Copyright (c) 1998-2011 Glenn Randers-Pehrson
8 * 8 *
9 * This code is released under the libpng license. 9 * This code is released under the libpng license.
10 * For conditions of distribution and use, see the disclaimer 10 * For conditions of distribution and use, see the disclaimer
11 * and license in png.h 11 * and license in png.h
12 12
13 * You must edit this file to record the location of the zlib 13 * You must edit this file to record the location of the zlib
14 * source code. 14 * source code.
15 --> 15 -->
16 16
17<Project ToolsVersion="4.0" 17<Project ToolsVersion="4.0"
18 xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 18 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
19 <PropertyGroup Label="Globals"> 19 <PropertyGroup Label="Globals">
20 <!-- Place the name of the directory containing the source of zlib used for 20 <!-- Place the name of the directory containing the source of zlib used for
21 debugging in this property. 21 debugging in this property.
22 22
23 The directory need only contain the '.c' and '.h' files from the 23 The directory need only contain the '.c' and '.h' files from the
24 source. 24 source.
25 25
26 If you use a relative directory name (as below) then it must be 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 27 relative to the project directories; these are one level deepers than
28 the directories containing this file. 28 the directories containing this file.
29 29
30 If the version of zlib you use does not match that used when the 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 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 32 versions do not match. The zlib version used in this build is recorded
33 below: 33 below:
34 --> 34 -->
35 <ZLibSrcDir>..\..\..\..\zlib-1.2.5</ZLibSrcDir> 35 <ZLibSrcDir>..\..\..\..\zlib-1.2.5</ZLibSrcDir>
36 </PropertyGroup> 36 </PropertyGroup>
37</Project> 37</Project>