Updated completed Spanish translation
[sdk] / compiler / libec / ec.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "ec",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "SharedLibrary",
7       "TargetFileName" : "ec",
8       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
9       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
10       "Libraries" : [
11          "ecere"
12       ]
13    },
14    "Configurations" : [
15       {
16          "Name" : "Debug",
17          "Options" : {
18             "Debug" : true,
19             "Optimization" : "None",
20             "PreprocessorDefinitions" : [
21                "_DEBUG"
22             ]
23          }
24       },
25       {
26          "Name" : "MemoryGuard",
27          "Options" : {
28             "Debug" : true,
29             "MemoryGuard" : true,
30             "Optimization" : "None",
31             "PreprocessorDefinitions" : [
32                "_DEBUG"
33             ]
34          }
35       },
36       {
37          "Name" : "Release",
38          "Options" : {
39             "Warnings" : "None",
40             "Debug" : false,
41             "NoLineNumbers" : true,
42             "Optimization" : "Speed",
43             "PreprocessorDefinitions" : [
44
45             ],
46             "LibraryDirs" : [
47                "../../obj/$(PLATFORM)/bin",
48                "../../obj/$(PLATFORM)/lib"
49             ],
50             "PostbuildCommands" : [
51                "$(call cpq,$(TARGET),../../$(SODESTDIR))"
52             ]
53          }
54       },
55       {
56          "Name" : "Static",
57          "Options" : {
58             "Debug" : false,
59             "Optimization" : "Speed",
60             "PreprocessorDefinitions" : [
61
62             ],
63             "TargetType" : "StaticLibrary",
64             "TargetFileName" : "ecStatic",
65             "Libraries" : [
66
67             ]
68          }
69       },
70       {
71          "Name" : "Bootstrap",
72          "Options" : {
73             "Debug" : false,
74             "NoLineNumbers" : true,
75             "Optimization" : "Speed",
76             "PreprocessorDefinitions" : [
77                "ECERE_STATIC"
78             ],
79             "IncludeDirs" : [
80                "../bootstrap/include"
81             ],
82             "TargetType" : "StaticLibrary",
83             "TargetFileName" : "ecBootstrap",
84             "Libraries" : [
85
86             ]
87          }
88       }
89    ],
90    "Files" : [
91       {
92          "Folder" : "src",
93          "Files" : [
94             "ast.ec",
95             "copy.ec",
96             "dbpass.ec",
97             "ecdefs.ec",
98             "expression.ec",
99             "firstPass.ec",
100             "freeAst.ec",
101             "grammar.ec",
102             "lexer.ec",
103             "loadSymbols.ec",
104             "output.ec",
105             "pass0.ec",
106             "pass1.ec",
107             "pass15.ec",
108             "pass16.ec",
109             "pass2.ec",
110             "pass3.ec",
111             "shortcuts.ec",
112             "type.ec",
113             "grammar.y",
114             "expression.y",
115             "type.y",
116             "lexer.l",
117             "grammar.h"
118          ],
119          "Options" : {
120             "IncludeDirs" : [
121                "../bootstrap/include"
122             ]
123          }
124       },
125       "../bootstrap/bsl.c"
126    ],
127    "ResourcesPath" : "",
128    "Resources" : [
129       {
130          "Folder" : "locale",
131          "Files" : [
132             {
133                "Folder" : "zh_CN",
134                "Files" : [
135                   {
136                      "Folder" : "LC_MESSAGES",
137                      "Files" : [
138                         "ec.mo"
139                      ]
140                   }
141                ]
142             },
143             {
144                "Folder" : "es_ES",
145                "Files" : [
146                   {
147                      "Folder" : "LC_MESSAGES",
148                      "Files" : [
149                         "ec.mo"
150                      ]
151                   }
152                ]
153             }
154          ]
155       }
156    ]
157 }