2579bdbe8bb8882b4191db64bda46f3354015284
[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       "TargetDirectory" : "obj/$(CONFIG).$(PLATFORM)",
9       "ObjectsDirectory" : "obj/$(CONFIG).$(PLATFORM)",
10       "LibraryDirs" : [
11          "../../ecere/obj/vanilla.$(PLATFORM)",
12          "../../deps/zlib/obj/release.$(PLATFORM)"
13       ]
14    },
15    "Platforms" : [
16       {
17          "Name" : "linux",
18          "Options" : {
19             "LibraryDirs" : [
20                "/usr/X11R6/lib"
21             ]
22          }
23       },
24       {
25          "Name" : "apple",
26          "Options" : {
27             "LibraryDirs" : [
28                "/usr/X11R6/lib"
29             ]
30          }
31       }
32    ],
33    "Configurations" : [
34       {
35          "Name" : "Debug",
36          "Options" : {
37             "Debug" : true,
38             "PreprocessorDefinitions" : [
39                "ECERE_STATIC"
40             ],
41             "Libraries" : [
42                "ecereVanilla",
43                "z"
44             ],
45             "FastMath" : false
46          },
47          "Platforms" : [
48             {
49                "Name" : "Linux",
50                "Options" : {
51                   "Libraries" : [
52                      "fontconfig",
53                      "Xrender",
54                      "Xext",
55                      "ncurses",
56                      "m",
57                      "dl",
58                      "pthread",
59                      "X11"
60                   ]
61                }
62             },
63             {
64                "Name" : "Win32",
65                "Options" : {
66                   "Libraries" : [
67                      "mpr",
68                      "winmm",
69                      "imm32"
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                   ]
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             {
215                "Folder" : "zh_CN",
216                "Files" : [
217                   {
218                      "Folder" : "LC_MESSAGES",
219                      "Files" : [
220                         "extract.mo"
221                      ]
222                   }
223                ]
224             },
225             {
226                "Folder" : "es_ES",
227                "Files" : [
228                   {
229                      "Folder" : "LC_MESSAGES",
230                      "Files" : [
231                         "extract.mo"
232                      ]
233                   }
234                ]
235             }
236          ]
237       }
238    ]
239 }