i18n: (#858) Matching Launchpad translations layout
[sdk] / ear / extract / extract.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "extract",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "extract",
8       "LibraryDirs" : [
9          "../../ecere/obj/vanilla.$(PLATFORM)$(COMPILER_SUFFIX)",
10          "../../deps/zlib/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
11       ]
12    },
13    "Platforms" : [
14       {
15          "Name" : "linux",
16          "Options" : {
17             "LibraryDirs" : [
18                "/usr/X11R6/lib"
19             ]
20          }
21       },
22       {
23          "Name" : "apple",
24          "Options" : {
25             "LibraryDirs" : [
26                "/usr/X11R6/lib"
27             ]
28          }
29       }
30    ],
31    "Configurations" : [
32       {
33          "Name" : "Debug",
34          "Options" : {
35             "Debug" : true,
36             "PreprocessorDefinitions" : [
37                "ECERE_STATIC"
38             ],
39             "Libraries" : [
40                "ecereVanilla",
41                "z"
42             ],
43             "FastMath" : false
44          },
45          "Platforms" : [
46             {
47                "Name" : "Linux",
48                "Options" : {
49                   "Libraries" : [
50                      "fontconfig",
51                      "Xrender",
52                      "Xext",
53                      "ncurses",
54                      "m",
55                      "dl",
56                      "pthread",
57                      "X11"
58                   ]
59                }
60             },
61             {
62                "Name" : "Win32",
63                "Options" : {
64                   "Libraries" : [
65                      "mpr",
66                      "winmm",
67                      "imm32",
68                      "gdi32"
69                   ]
70                }
71             }
72          ]
73       },
74       {
75          "Name" : "MemoryGuard",
76          "Options" : {
77             "Debug" : true,
78             "MemoryGuard" : true,
79             "Optimization" : "None",
80             "Libraries" : [
81                "ecere"
82             ],
83             "Console" : true,
84             "FastMath" : false
85          }
86       },
87       {
88          "Name" : "Release",
89          "Options" : {
90             "Warnings" : "None",
91             "NoLineNumbers" : true,
92             "Optimization" : "Size",
93             "PreprocessorDefinitions" : [
94                "ECERE_STATIC"
95             ],
96             "Libraries" : [
97                "ecereVanilla",
98                "z"
99             ],
100             "Compress" : true,
101             "FastMath" : false
102          },
103          "Platforms" : [
104             {
105                "Name" : "Linux",
106                "Options" : {
107                   "Libraries" : [
108                      "fontconfig",
109                      "freetype",
110                      "Xrender",
111                      "Xext",
112                      "ncurses",
113                      "m",
114                      "dl",
115                      "pthread",
116                      "X11"
117                   ]
118                }
119             },
120             {
121                "Name" : "Win32",
122                "Options" : {
123                   "Libraries" : [
124                      "mpr",
125                      "winmm",
126                      "imm32",
127                      "gdi32"
128                   ]
129                }
130             },
131             {
132                "Name" : "apple",
133                "Options" : {
134                   "Libraries" : [
135                      "fontconfig",
136                      "freetype",
137                      "Xrender",
138                      "Xext",
139                      "ncurses",
140                      "m",
141                      "dl",
142                      "pthread",
143                      "X11"
144                   ]
145                }
146             }
147          ]
148       }
149    ],
150    "Files" : [
151       "extract.ec"
152    ],
153    "ResourcesPath" : "",
154    "Resources" : [
155       {
156          "Folder" : "../../ecere/res/vanilla/ecere/ecere",
157          "Files" : [
158             {
159                "Folder" : "actions",
160                "Files" : [
161                   "folderNew.png",
162                   "goUp.png"
163                ]
164             },
165             {
166                "Folder" : "devices",
167                "Files" : [
168                   "computer.png",
169                   "driveHardDisk.png",
170                   "driveRemovableMedia.png",
171                   "mediaFloppy.png",
172                   "mediaOptical.png"
173                ]
174             },
175             {
176                "Folder" : "elements",
177                "Files" : [
178                   "areaClose.png",
179                   "areaMaximize.png",
180                   "areaMinimize.png",
181                   "areaRestore.png",
182                   "arrowDown.png",
183                   "arrowLeft.png",
184                   "arrowRight.png",
185                   "arrowUp.png",
186                   "optionBoxDisabledSelected.png",
187                   "optionBoxDown.png",
188                   "optionBoxSelected.png",
189                   "optionBoxSelectedDown.png",
190                   "optionBoxUp.png"
191                ]
192             },
193             {
194                "Folder" : "places",
195                "Files" : [
196                   "driveRemote.png",
197                   "folder.png",
198                   "folderRemote.png",
199                   "networkServer.png",
200                   "networkWorkgroup.png"
201                ]
202             },
203             {
204                "Folder" : "status",
205                "Files" : [
206                   "folderOpen.png"
207                ]
208             }
209          ]
210       },
211       {
212          "Folder" : "locale",
213          "Files" : [
214             "extract-es.mo",
215             "extract-he.mo",
216             "extract-ru.mo",
217             "extract-zh_CN.mo"
218          ]
219       }
220    ]
221 }