ide/sdk: Fixed forcing bit depth option not invoked for static libraries
[sdk] / deps / libungif-4.1.1 / libungif.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ungif",
4    "Options" : {
5       "Debug" : false,
6       "Optimization" : "None",
7       "TargetType" : "StaticLibrary",
8       "TargetFileName" : "ungif",
9       "BuildBitDepth" : "Bits32"
10    },
11    "Configurations" : [
12       {
13          "Name" : "Debug",
14          "Options" : {
15             "Warnings" : "All",
16             "Debug" : true,
17             "FastMath" : false
18          }
19       },
20       {
21          "Name" : "Release",
22          "Options" : {
23             "Warnings" : "None",
24             "Optimization" : "Speed",
25             "FastMath" : true
26          }
27       }
28    ],
29    "Files" : [
30       {
31          "Folder" : "lib",
32          "Files" : [
33             "dgif_lib.c",
34             "gif_err.c",
35             "gifalloc.c"
36          ]
37       },
38       {
39          "Folder" : "headers",
40          "Files" : [
41             "lib/getarg.h",
42             "lib/gif_lib.h",
43             "lib/gif_lib_private.h"
44          ]
45       }
46    ],
47    "ResourcesPath" : "",
48    "Resources" : [
49
50    ]
51 }