i18n: (#858) Matching Launchpad translations layout
[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             "InstallCommands" : [
44                "$(if $(WINDOWS_HOST),$(call cpq,$(TARGET),\"$(BINDIR)/\"),install $(INSTALL_FLAGS) $(TARGET) $(BINDIR)/$(MODULE)$(E))"
45             ]
46          }
47       },
48       {
49          "Name" : "Bootstrap",
50          "Options" : {
51             "Debug" : false,
52             "NoLineNumbers" : true,
53             "Optimization" : "Speed",
54             "PreprocessorDefinitions" : [
55                "ECERE_STATIC",
56                "ECERE_BOOTSTRAP"
57             ],
58             "Libraries" : [
59                "ecBootstrap",
60                "ecereBootstrap"
61             ],
62             "LibraryDirs" : [
63                "../libec/obj/bootstrap.$(PLATFORM)",
64                "../../ecere/obj/bootstrap.$(PLATFORM)"
65             ],
66             "FastMath" : true
67          },
68          "Platforms" : [
69             {
70                "Name" : "Linux",
71                "Options" : {
72                   "Libraries" : [
73                      "m",
74                      "dl"
75                   ]
76                }
77             }
78          ]
79       }
80    ],
81    "Files" : [
82       "ecs.ec"
83    ],
84    "ResourcesPath" : "",
85    "Resources" : [
86       {
87          "Folder" : "locale",
88          "Files" : [
89             "ecs-es.mo",
90             "ecs-he.mo",
91             "ecs-ru.mo",
92             "ecs-zh_CN.mo"
93          ]
94       }
95    ]
96 }