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