default.cf: Work around for mistmatched gcc -dumpmachine and /usr/lib/
[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             "FastMath" : false
17          }
18       },
19       {
20          "Name" : "Release",
21          "Options" : {
22             "Warnings" : "None",
23             "Optimization" : "Speed",
24             "FastMath" : true
25          }
26       }
27    ],
28    "Files" : [
29       {
30          "Folder" : "headers",
31          "Files" : [
32             "./crc32.h",
33             "./deflate.h",
34             "./inffast.h",
35             "./inffixed.h",
36             "./inflate.h",
37             "./inftrees.h",
38             "./trees.h",
39             "./zconf.h",
40             "./zconf.in.h",
41             "./zlib.h",
42             "./zutil.h"
43          ]
44       },
45       "adler32.c",
46       "compress.c",
47       "crc32.c",
48       "deflate.c",
49       "gzio.c",
50       "infback.c",
51       "inffast.c",
52       "inflate.c",
53       "inftrees.c",
54       "trees.c",
55       "uncompr.c",
56       "zutil.c"
57    ],
58    "ResourcesPath" : "",
59    "Resources" : [
60
61    ]
62 }