deps: Project tweaks to use default obj dir; ecere/dataTypes: Not using android_log_p...
[sdk] / deps / zlib / zlib.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "libz",
4    "Options" : {
5       "Debug" : false,
6       "Optimization" : "None",
7       "TargetType" : "StaticLibrary",
8       "TargetFileName" : "z"
9    },
10    "Configurations" : [
11       {
12          "Name" : "Debug",
13          "Options" : {
14             "Warnings" : "All",
15             "Debug" : true
16          }
17       },
18       {
19          "Name" : "Release",
20          "Options" : {
21             "Warnings" : "None",
22             "Optimization" : "Speed"
23          }
24       }
25    ],
26    "Files" : [
27       {
28          "Folder" : "headers",
29          "Files" : [
30             "./crc32.h",
31             "./deflate.h",
32             "./inffast.h",
33             "./inffixed.h",
34             "./inflate.h",
35             "./inftrees.h",
36             "./trees.h",
37             "./zconf.h",
38             "./zconf.in.h",
39             "./zlib.h",
40             "./zutil.h"
41          ]
42       },
43       "adler32.c",
44       "compress.c",
45       "crc32.c",
46       "deflate.c",
47       "gzio.c",
48       "infback.c",
49       "inffast.c",
50       "inflate.c",
51       "inftrees.c",
52       "trees.c",
53       "uncompr.c",
54       "zutil.c"
55    ],
56    "ResourcesPath" : "",
57    "Resources" : [
58
59    ]
60 }