a913f7ad948c15f8d98c96cfa374c6be79e82e31
[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             "FastMath" : false
23          }
24       },
25       {
26          "Name" : "Release",
27          "Options" : {
28             "Warnings" : "None",
29             "Optimization" : "Speed",
30             "FastMath" : true
31          }
32       }
33    ],
34    "Files" : [
35       {
36          "Folder" : "src",
37          "Files" : [
38             "./png.c",
39             "./pngerror.c",
40             "./pngget.c",
41             "./pngmem.c",
42             "./pngpread.c",
43             "./pngread.c",
44             "./pngrio.c",
45             "./pngrtran.c",
46             "./pngrutil.c",
47             "./pngset.c",
48             "./pngtrans.c",
49             "./pngwio.c",
50             "./pngwrite.c",
51             "./pngwtran.c",
52             "./pngwutil.c"
53          ]
54       },
55       {
56          "Folder" : "headers",
57          "Files" : [
58             "./png.h",
59             "./pngconf.h"
60          ]
61       }
62    ],
63    "ResourcesPath" : "",
64    "Resources" : [
65
66    ]
67 }