71d84a03a6634ded3140ac1f1de7c39c46dee2dc
[sdk] / deps / libffi-3.0.11 / ffi.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ffi",
4    "Options" : {
5       "Warnings" : "All",
6       "IncludeDirs" : [
7          "include",
8          "i686-pc-mingw32/include",
9          "i686-pc-mingw32"
10       ],
11       "TargetType" : "StaticLibrary",
12       "TargetFileName" : "ffi"
13    },
14    "Configurations" : [
15       {
16          "Name" : "Debug",
17          "Options" : {
18             "Debug" : true,
19             "Optimization" : "None",
20             "PreprocessorDefinitions" : [
21                "_DEBUG"
22             ]
23          }
24       },
25       {
26          "Name" : "Release",
27          "Options" : {
28             "Debug" : false,
29             "Optimization" : "Speed"
30          }
31       }
32    ],
33    "Files" : [
34       {
35          "Folder" : "src",
36          "Files" : [
37             {
38                "Folder" : "x86",
39                "Files" : [
40                   "ffi.c",
41                   "ffitarget.h",
42                   "win32.S"
43                ]
44             },
45             "prep_cif.c",
46             "raw_api.c",
47             "types.c",
48             "closures.c"
49          ]
50       }
51    ],
52    "ResourcesPath" : "",
53    "Resources" : [
54
55    ]
56 }