ear/extract; extras; samples: Fixes
[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                      "freetype"
59                   ]
60                }
61             },
62             {
63                "Name" : "Win32",
64                "Options" : {
65                   "Libraries" : [
66                      "mpr",
67                      "winmm",
68                      "imm32",
69                      "gdi32"
70                   ]
71                }
72             }
73          ]
74       },
75       {
76          "Name" : "MemoryGuard",
77          "Options" : {
78             "Debug" : true,
79             "MemoryGuard" : true,
80             "Optimization" : "None",
81             "Libraries" : [
82                "ecere"
83             ],
84             "Console" : true,
85             "FastMath" : false
86          }
87       },
88       {
89          "Name" : "Release",
90          "Options" : {
91             "Warnings" : "None",
92             "NoLineNumbers" : true,
93             "Optimization" : "Size",
94             "PreprocessorDefinitions" : [
95                "ECERE_STATIC"
96             ],
97             "Libraries" : [
98                "ecereVanilla",
99                "z"
100             ],
101             "Compress" : true,
102             "FastMath" : false
103          },
104          "Platforms" : [
105             {
106                "Name" : "Linux",
107                "Options" : {
108                   "Libraries" : [
109                      "fontconfig",
110                      "freetype",
111                      "Xrender",
112                      "Xext",
113                      "ncurses",
114                      "m",
115                      "dl",
116                      "pthread",
117                      "X11"
118                   ]
119                }
120             },
121             {
122                "Name" : "Win32",
123                "Options" : {
124                   "Libraries" : [
125                      "mpr",
126                      "winmm",
127                      "imm32",
128                      "gdi32"
129                   ]
130                }
131             },
132             {
133                "Name" : "apple",
134                "Options" : {
135                   "Libraries" : [
136                      "fontconfig",
137                      "freetype",
138                      "Xrender",
139                      "Xext",
140                      "ncurses",
141                      "m",
142                      "dl",
143                      "pthread",
144                      "X11"
145                   ]
146                }
147             }
148          ]
149       }
150    ],
151    "Files" : [
152       "extract.ec"
153    ],
154    "ResourcesPath" : "",
155    "Resources" : [
156       {
157          "Folder" : "../../ecere/res/vanilla/ecere/ecere",
158          "Files" : [
159             {
160                "Folder" : "actions",
161                "Files" : [
162                   "folderNew.png",
163                   "goUp.png"
164                ]
165             },
166             {
167                "Folder" : "devices",
168                "Files" : [
169                   "computer.png",
170                   "driveHardDisk.png",
171                   "driveRemovableMedia.png",
172                   "mediaFloppy.png",
173                   "mediaOptical.png"
174                ]
175             },
176             {
177                "Folder" : "elements",
178                "Files" : [
179                   "areaClose.png",
180                   "areaMaximize.png",
181                   "areaMinimize.png",
182                   "areaRestore.png",
183                   "arrowDown.png",
184                   "arrowLeft.png",
185                   "arrowRight.png",
186                   "arrowUp.png",
187                   "optionBoxDisabledSelected.png",
188                   "optionBoxDown.png",
189                   "optionBoxSelected.png",
190                   "optionBoxSelectedDown.png",
191                   "optionBoxUp.png"
192                ]
193             },
194             {
195                "Folder" : "places",
196                "Files" : [
197                   "driveRemote.png",
198                   "folder.png",
199                   "folderRemote.png",
200                   "networkServer.png",
201                   "networkWorkgroup.png"
202                ]
203             },
204             {
205                "Folder" : "status",
206                "Files" : [
207                   "folderOpen.png"
208                ]
209             },
210             {
211                "Folder" : "locale",
212                "Files" : [
213                   "../../ecere/locale/es.mo",
214                   "../../ecere/locale/hu.mo",
215                   "../../ecere/locale/mr.mo",
216                   "../../ecere/locale/nl.mo",
217                   "../../ecere/locale/pt_BR.mo",
218                   "../../ecere/locale/ru.mo",
219                   "../../ecere/locale/zh_CN.mo"
220                ]
221             }
222          ]
223       },
224       {
225          "Folder" : "locale",
226          "Files" : [
227             "es.mo",
228             "he.mo",
229             "ru.mo",
230             "zh_CN.mo"
231          ]
232       }
233    ]
234 }