compiler: More compatible handling of stdint.h inclusion
[sdk] / compiler / ecs / ecs.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ecs",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "ecs",
8       "Console" : true
9    },
10    "Configurations" : [
11       {
12          "Name" : "Debug",
13          "Options" : {
14             "Debug" : true,
15             "Optimization" : "None",
16             "PreprocessorDefinitions" : [
17                "_DEBUG"
18             ],
19             "Libraries" : [
20                "ecere"
21             ],
22             "FastMath" : false
23          }
24       },
25       {
26          "Name" : "Release",
27          "Options" : {
28             "Warnings" : "None",
29             "Debug" : false,
30             "NoLineNumbers" : true,
31             "Optimization" : "Speed",
32             "Libraries" : [
33                "ecere"
34             ],
35             "LibraryDirs" : [
36                "../../obj/$(PLATFORM)/bin",
37                "../../obj/$(PLATFORM)/lib"
38             ],
39             "FastMath" : true,
40             "PostbuildCommands" : [
41                "$(call cpq,$(TARGET),../../obj/$(PLATFORM)/bin/)"
42             ]
43          }
44       },
45       {
46          "Name" : "Bootstrap",
47          "Options" : {
48             "Debug" : false,
49             "NoLineNumbers" : true,
50             "Optimization" : "Speed",
51             "PreprocessorDefinitions" : [
52                "ECERE_STATIC",
53                "ECERE_BOOTSTRAP"
54             ],
55             "Libraries" : [
56                "ecBootstrap",
57                "ecereBootstrap"
58             ],
59             "LibraryDirs" : [
60                "../libec/obj/bootstrap.$(PLATFORM)",
61                "../../ecere/obj/bootstrap.$(PLATFORM)"
62             ],
63             "FastMath" : true
64          },
65          "Platforms" : [
66             {
67                "Name" : "Linux",
68                "Options" : {
69                   "Libraries" : [
70                      "m",
71                      "dl"
72                   ]
73                }
74             }
75          ]
76       }
77    ],
78    "Files" : [
79       "ecs.ec"
80    ],
81    "ResourcesPath" : "",
82    "Resources" : [
83       {
84          "Folder" : "locale",
85          "Files" : [
86             {
87                "Folder" : "zh_CN",
88                "Files" : [
89                   {
90                      "Folder" : "LC_MESSAGES",
91                      "Files" : [
92                         "ecs.mo"
93                      ]
94                   }
95                ]
96             },
97             {
98                "Folder" : "es_ES",
99                "Files" : [
100                   {
101                      "Folder" : "LC_MESSAGES",
102                      "Files" : [
103                         "ecs.mo"
104                      ]
105                   }
106                ]
107             }
108          ]
109       }
110    ]
111 }