1256f25b4e1bf20a94c17c0f48d2e58cdbf0763d
[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             "FastMath" : false
24          }
25       },
26       {
27          "Name" : "Release",
28          "Options" : {
29             "Debug" : false,
30             "Optimization" : "Speed",
31             "FastMath" : true
32          }
33       }
34    ],
35    "Files" : [
36       {
37          "Folder" : "src",
38          "Files" : [
39             {
40                "Folder" : "x86",
41                "Files" : [
42                   "win32.S"
43                ]
44             },
45             {
46                "Folder" : "x64",
47                "Files" : [
48                   "src/x86/win64.S"
49                ]
50             },
51             "prep_cif.c",
52             "raw_api.c",
53             "types.c",
54             "closures.c",
55             "i686-pc-mingw32/include/ffi.h",
56             "src/x86/ffi.c",
57             "src/x86/ffitarget.h"
58          ]
59       }
60    ],
61    "ResourcesPath" : "",
62    "Resources" : [
63
64    ]
65 }