Re: [Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds

2019-08-06 Thread Daniel P . Berrangé
On Tue, Aug 06, 2019 at 02:25:27PM +0100, Peter Maydell wrote: > On Tue, 6 Aug 2019 at 13:44, Daniel P. Berrangé wrote: > > > > On Sat, Jul 13, 2019 at 06:58:56PM +0200, Philippe Mathieu-Daudé wrote: > > > The qemu-nsis.bmp file was not listed with the other blobs, thus > > > not installed in the

Re: [Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds

2019-08-06 Thread Peter Maydell
On Tue, 6 Aug 2019 at 13:44, Daniel P. Berrangé wrote: > > On Sat, Jul 13, 2019 at 06:58:56PM +0200, Philippe Mathieu-Daudé wrote: > > The qemu-nsis.bmp file was not listed with the other blobs, thus > > not installed in the ${BINDIR} location. > > > > This fixes: > > > > $ make installer > >

Re: [Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds

2019-08-06 Thread Daniel P . Berrangé
On Sat, Jul 13, 2019 at 06:58:56PM +0200, Philippe Mathieu-Daudé wrote: > The qemu-nsis.bmp file was not listed with the other blobs, thus > not installed in the ${BINDIR} location. > > This fixes: > > $ make installer > [...] > (cd /tmp/qemu-nsis; \ >for i in qemu-system-*.exe;

[Qemu-devel] [RFC PATCH-for-4.1] Makefile: Fix the NSIS Windows builds

2019-07-13 Thread Philippe Mathieu-Daudé
The qemu-nsis.bmp file was not listed with the other blobs, thus not installed in the ${BINDIR} location. This fixes: $ make installer [...] (cd /tmp/qemu-nsis; \ for i in qemu-system-*.exe; do \ arch=${i%.exe}; \ arch=${arch#qemu-system-}; \