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