]>
Commit | Line | Data |
---|---|---|
b61cc19c PC |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <!-- | |
3 | * zlib.props - location of zlib source and build | |
4 | * | |
5 | * libpng version 1.4.4 - September 23, 2010 | |
6 | * | |
7 | * Copyright (c) 1998-2010 Glenn Randers-Pehrson | |
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 | |
14 | * official and debug builds unless they are in the default | |
15 | * directories: | |
16 | ||
17 | * official: zlib1 | |
18 | * debug: zlib debug | |
19 | --> | |
20 | ||
21 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
22 | <PropertyGroup Label="Globals"> | |
23 | <!-- Place the name of the directory containing the official | |
24 | build of zlib and the corresponding header files in this | |
25 | property. The directory is expected to contain at least: | |
26 | ||
27 | zdll.lib # The DLL import library | |
28 | zlib.lib # The static library | |
29 | zlib.h # The header file | |
30 | zconf.h # Another header file included by zlib.h | |
31 | --> | |
32 | <ZLib1Dir>..\..\..\..\zlib124-dll\zlib-1.2.4</ZLib1Dir> | |
33 | ||
34 | <!-- Place the name of the directory containing the source of | |
35 | zlib used for debugging in this property. | |
36 | The directory need only contain the '.c' and '.h' files | |
37 | from the source. For your own sanity make sure that the | |
38 | '.h' files in the source match those from the 'official' | |
39 | build above. | |
40 | --> | |
41 | <ZLibSrcDir>..\..\..\..\zlib-1.2.4</ZLibSrcDir> | |
42 | </PropertyGroup> | |
43 | </Project> |