de8b43c8ee9806e2cf690a546d6d0e57557578af
[sdk] / deps / libpng-1.4.0 / png.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "libpng",
4    "Options" : {
5       "IncludeDirs" : [
6          ".",
7          "../zlib"
8       ],
9       "TargetType" : "StaticLibrary",
10       "TargetFileName" : "png"
11    },
12    "Configurations" : [
13       {
14          "Name" : "Debug",
15          "Options" : {
16             "Warnings" : "All",
17             "Debug" : true,
18             "Optimization" : "None",
19             "PreprocessorDefinitions" : [
20                "_DEBUG"
21             ]
22          }
23       },
24       {
25          "Name" : "Release",
26          "Options" : {
27             "Warnings" : "None",
28             "Optimization" : "Speed"
29          }
30       }
31    ],
32    "Files" : [
33       {
34          "Folder" : "src",
35          "Files" : [
36             "./png.c",
37             "./pngerror.c",
38             "./pngget.c",
39             "./pngmem.c",
40             "./pngpread.c",
41             "./pngread.c",
42             "./pngrio.c",
43             "./pngrtran.c",
44             "./pngrutil.c",
45             "./pngset.c",
46             "./pngtrans.c",
47             "./pngwio.c",
48             "./pngwrite.c",
49             "./pngwtran.c",
50             "./pngwutil.c"
51          ]
52       },
53       {
54          "Folder" : "headers",
55          "Files" : [
56             "./png.h",
57             "./pngconf.h"
58          ]
59       }
60    ],
61    "ResourcesPath" : "",
62    "Resources" : [
63
64    ]
65 }