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