Re: [PHP-DEV] Re: [INTERNALS-WIN] ext/gd: drop XPM support on Windows

2024-09-12 Thread Pierre Joye
On Thu, Sep 12, 2024, 4:42 PM Christoph M. Becker wrote: > On 12.09.2024 at 06:46, Pierre Joye wrote: > > > I mentioned that long ago, but a maybe faster way to get windows ready > > sources is vcpkg: > > > > https://vcpkg.roundtrip.dev/ports/libxpm > > > > only changes required are for static li

Re: [PHP-DEV] Re: [INTERNALS-WIN] ext/gd: drop XPM support on Windows

2024-09-12 Thread Christoph M. Becker
On 12.09.2024 at 06:46, Pierre Joye wrote: > I mentioned that long ago, but a maybe faster way to get windows ready > sources is vcpkg: > > https://vcpkg.roundtrip.dev/ports/libxpm > > only changes required are for static lib names, as we use _a to > differentiate. lib for dll or static links. Dr