Re: [Qemu-devel] [PATCH for-2.11] Fix build of console and GUI executables for Windows

2017-11-23 Thread Peter Maydell
On 16 November 2017 at 16:37, Stefan Weil wrote: > It was broken by commit 8ecc89f6e792152496eccb684d6c8c48aba8027d which > moved the SDL linker flags from macro libs_softmmu to macro SDL_LIBS. > > Signed-off-by: Stefan Weil > --- > > Peter, can you apply this fix directly, or do you need a pull

Re: [Qemu-devel] [PATCH for-2.11] Fix build of console and GUI executables for Windows

2017-11-22 Thread Peter Maydell
On 21 November 2017 at 21:04, Stefan Weil wrote: > Am 16.11.2017 um 17:37 schrieb Stefan Weil: >> It was broken by commit 8ecc89f6e792152496eccb684d6c8c48aba8027d which >> moved the SDL linker flags from macro libs_softmmu to macro SDL_LIBS. >> >> Signed-off-by: Stefan Weil >> --- >> >> Peter, ca

Re: [Qemu-devel] [PATCH for-2.11] Fix build of console and GUI executables for Windows

2017-11-21 Thread Stefan Weil
Am 16.11.2017 um 17:37 schrieb Stefan Weil: > It was broken by commit 8ecc89f6e792152496eccb684d6c8c48aba8027d which > moved the SDL linker flags from macro libs_softmmu to macro SDL_LIBS. > > Signed-off-by: Stefan Weil > --- > > Peter, can you apply this fix directly, or do you need a pull requ

[Qemu-devel] [PATCH for-2.11] Fix build of console and GUI executables for Windows

2017-11-16 Thread Stefan Weil
It was broken by commit 8ecc89f6e792152496eccb684d6c8c48aba8027d which moved the SDL linker flags from macro libs_softmmu to macro SDL_LIBS. Signed-off-by: Stefan Weil --- Peter, can you apply this fix directly, or do you need a pull request? Regards Stefan Makefile.target | 2 +- 1 file chan