bindings/python: Initial bindings attempts for Python
[sdk] / bindings / python / pyEcere.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "cffiEcere",
4    "Options" : {
5       "Warnings" : "All",
6       "IncludeDirs" : [
7          "c"
8       ],
9       "TargetType" : "SharedLibrary",
10       "TargetFileName" : "_pyEcere",
11       "Libraries" : [
12          "ecere",
13          "python3"
14       ]
15    },
16    "Configurations" : [
17       {
18          "Name" : "Debug",
19          "Options" : {
20             "Debug" : true,
21             "Optimization" : "None",
22             "PreprocessorDefinitions" : [
23                "_DEBUG"
24             ],
25             "FastMath" : false,
26             "PostbuildCommands" : [
27                "$(call cp,obj/debug.$(PLATFORM)$(COMPILER_SUFFIX)/_pyEcere.dll,_pyEcere.pyd)"
28             ]
29          }
30       },
31       {
32          "Name" : "Release",
33          "Options" : {
34             "Debug" : false,
35             "Optimization" : "Speed",
36             "FastMath" : true
37          }
38       }
39    ],
40    "Files" : [
41       {
42          "Folder" : "c",
43          "Files" : [
44             "eC.h",
45             "ecere.h",
46             "ecere.c",
47             "eC.c"
48          ]
49       },
50       {
51          "Folder" : "generated",
52          "Files" : [
53             "./_pyEcere.c"
54          ]
55       },
56       "build_ecere.py",
57       "ex1.py",
58       "cffi-ecere.h",
59       "pyEcere.py"
60    ],
61    "ResourcesPath" : "",
62    "Resources" : [
63
64    ]
65 }