ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden...
[sdk] / deps / zlib-1.2.8 / 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       "infback.c",
50       "inffast.c",
51       "inflate.c",
52       "inftrees.c",
53       "trees.c",
54       "uncompr.c",
55       "zutil.c",
56       "gzclose.c",
57       "gzguts.h",
58       "gzlib.c",
59       "gzread.c",
60       "gzwrite.c"
61    ],
62    "ResourcesPath" : "",
63    "Resources" : [
64
65    ]
66 }