Re: [Mingw-w64-public] [PATCH] Add a windowsapp.lib

2016-09-06 Thread Hugo Beauzée-Luyssen
On 09/07/2016 02:15 AM, Martell Malone wrote: > Hey, > > Are you sure this is correct? > It seems to be for libarm32 but the xbox1 is x64. > > Best, > Martell > > On Tue, Sep 6, 2016 at 8:27 AM, Hugo Beauzée-Luyssen > wrote: > >> Hi, >> >> When building apps for Xbox1 (at least), this lib must be

Re: [Mingw-w64-public] [PATCH] Add a windowsapp.lib

2016-09-06 Thread Martell Malone
Hey, Are you sure this is correct? It seems to be for libarm32 but the xbox1 is x64. Best, Martell On Tue, Sep 6, 2016 at 8:27 AM, Hugo Beauzée-Luyssen wrote: > Hi, > > When building apps for Xbox1 (at least), this lib must be used instead > of kernel32.lib, since kernel32.dll isn't shipped on

[Mingw-w64-public] [PATCH] Add a windowsapp.lib

2016-09-06 Thread Hugo Beauzée-Luyssen
Hi, When building apps for Xbox1 (at least), this lib must be used instead of kernel32.lib, since kernel32.dll isn't shipped on this system. Since the patch is big, and I've been asked to refrain from sending big chunks here, the patch is located there: http://people.videolan.org/~hugo/0001-li