4a747801e4b9fed2bdc920511cbb2a2e205edddc
[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          },
46          "Platforms" : [
47             {
48                "Name" : "Linux",
49                "Options" : {
50                   "Libraries" : [
51                      "fontconfig",
52                      "Xrender",
53                      "Xext",
54                      "ncurses",
55                      "m",
56                      "dl",
57                      "pthread",
58                      "X11"
59                   ]
60                }
61             },
62             {
63                "Name" : "Win32",
64                "Options" : {
65                   "Libraries" : [
66                      "mpr",
67                      "winmm",
68                      "imm32"
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          }
85       },
86       {
87          "Name" : "Release",
88          "Options" : {
89             "Warnings" : "None",
90             "NoLineNumbers" : true,
91             "Optimization" : "Size",
92             "PreprocessorDefinitions" : [
93                "ECERE_STATIC"
94             ],
95             "Libraries" : [
96                "ecereVanilla",
97                "z"
98             ],
99             "Compress" : true
100          },
101          "Platforms" : [
102             {
103                "Name" : "Linux",
104                "Options" : {
105                   "Libraries" : [
106                      "fontconfig",
107                      "freetype",
108                      "Xrender",
109                      "Xext",
110                      "ncurses",
111                      "m",
112                      "dl",
113                      "pthread",
114                      "X11"
115                   ]
116                }
117             },
118             {
119                "Name" : "Win32",
120                "Options" : {
121                   "Libraries" : [
122                      "mpr",
123                      "winmm",
124                      "imm32"
125                   ]
126                }
127             },
128             {
129                "Name" : "apple",
130                "Options" : {
131                   "Libraries" : [
132                      "fontconfig",
133                      "freetype",
134                      "Xrender",
135                      "Xext",
136                      "ncurses",
137                      "m",
138                      "dl",
139                      "pthread",
140                      "X11"
141                   ]
142                }
143             }
144          ]
145       }
146    ],
147    "Files" : [
148       "extract.ec"
149    ],
150    "ResourcesPath" : "",
151    "Resources" : [
152       {
153          "Folder" : "../../ecere/res/vanilla/ecere/ecere",
154          "Files" : [
155             {
156                "Folder" : "actions",
157                "Files" : [
158                   "folderNew.png",
159                   "goUp.png"
160                ]
161             },
162             {
163                "Folder" : "devices",
164                "Files" : [
165                   "computer.png",
166                   "driveHardDisk.png",
167                   "driveRemovableMedia.png",
168                   "mediaFloppy.png",
169                   "mediaOptical.png"
170                ]
171             },
172             {
173                "Folder" : "elements",
174                "Files" : [
175                   "areaClose.png",
176                   "areaMaximize.png",
177                   "areaMinimize.png",
178                   "areaRestore.png",
179                   "arrowDown.png",
180                   "arrowLeft.png",
181                   "arrowRight.png",
182                   "arrowUp.png",
183                   "optionBoxDisabledSelected.bmp",
184                   "optionBoxDown.bmp",
185                   "optionBoxSelected.bmp",
186                   "optionBoxSelectedDown.bmp",
187                   "optionBoxUp.bmp"
188                ]
189             },
190             {
191                "Folder" : "places",
192                "Files" : [
193                   "driveRemote.png",
194                   "folder.png",
195                   "folderRemote.png",
196                   "networkServer.png",
197                   "networkWorkgroup.png"
198                ]
199             },
200             {
201                "Folder" : "status",
202                "Files" : [
203                   "folderOpen.png"
204                ]
205             }
206          ]
207       }
208    ]
209 }