Updated completed Spanish translation
[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       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
9       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
10       "Console" : true
11    },
12    "Configurations" : [
13       {
14          "Name" : "Debug",
15          "Options" : {
16             "Debug" : true,
17             "Optimization" : "None",
18             "PreprocessorDefinitions" : [
19                "_DEBUG"
20             ],
21             "Libraries" : [
22                "ecere"
23             ]
24          }
25       },
26       {
27          "Name" : "Release",
28          "Options" : {
29             "Warnings" : "None",
30             "Debug" : false,
31             "NoLineNumbers" : true,
32             "Optimization" : "Speed",
33             "Libraries" : [
34                "ecere"
35             ],
36             "LibraryDirs" : [
37                "../../obj/$(PLATFORM)/bin",
38                "../../obj/$(PLATFORM)/lib"
39             ],
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             ],
54             "Libraries" : [
55                "ecBootstrap",
56                "ecereBootstrap"
57             ],
58             "LibraryDirs" : [
59                "../libec/obj/bootstrap.$(PLATFORM)",
60                "../../ecere/obj/bootstrap.$(PLATFORM)"
61             ]
62          },
63          "Platforms" : [
64             {
65                "Name" : "Linux",
66                "Options" : {
67                   "Libraries" : [
68                      "m",
69                      "dl"
70                   ]
71                }
72             }
73          ]
74       }
75    ],
76    "Files" : [
77       "ecs.ec"
78    ],
79    "ResourcesPath" : "",
80    "Resources" : [
81       {
82          "Folder" : "locale",
83          "Files" : [
84             {
85                "Folder" : "zh_CN",
86                "Files" : [
87                   {
88                      "Folder" : "LC_MESSAGES",
89                      "Files" : [
90                         "ecs.mo"
91                      ]
92                   }
93                ]
94             },
95             {
96                "Folder" : "es_ES",
97                "Files" : [
98                   {
99                      "Folder" : "LC_MESSAGES",
100                      "Files" : [
101                         "ecs.mo"
102                      ]
103                   }
104                ]
105             }
106          ]
107       }
108    ]
109 }