bindings: Fixed support for C++ instantiating objects from eC
[sdk] / bindings / cpp / samples / test.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "test",
4    "Options" : {
5       "Warnings" : "All",
6       "IncludeDirs" : [
7          "..",
8          "../../c"
9       ],
10       "TargetType" : "Executable",
11       "TargetFileName" : "test",
12       "Libraries" : [
13          "ecere"
14       ]
15    },
16    "Configurations" : [
17       {
18          "Name" : "Debug",
19          "Options" : {
20             "Debug" : true,
21             "Optimization" : "None",
22             "PreprocessorDefinitions" : [
23                "_DEBUG"
24             ],
25             "Console" : true,
26             "FastMath" : false
27          }
28       },
29       {
30          "Name" : "Release",
31          "Options" : {
32             "Debug" : false,
33             "Optimization" : "Speed",
34             "FastMath" : true
35          }
36       }
37    ],
38    "Files" : [
39       {
40          "Folder" : "c",
41          "Files" : [
42             "../../c/eC.c",
43             "../../c/eC.h",
44             "../../c/ecere.c",
45             "../../c/ecere.h"
46          ]
47       },
48       {
49          "Folder" : "cpp",
50          "Files" : [
51             "../eC.cpp",
52             "../eC.hpp",
53             "../ecere.cpp",
54             "../ecere.hpp"
55          ]
56       },
57       "form.cpp",
58       "foo.ec"
59    ],
60    "ResourcesPath" : "",
61    "Resources" : [
62
63    ]
64 }