Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-21 Thread TeLeMan
On Thu, Dec 22, 2011 at 14:45, Stefan Weil wrote: > Am 22.12.2011 02:50, schrieb TeLeMan: > >> SDL-1.3 removed the stdio-redirect feature, so we should ignore it. >> >> Blue Swirl, can you revert this commit? > > > I'd prefer to keep it. There are good reason why SDL applications > are linked as W

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-21 Thread Stefan Weil
Am 22.12.2011 02:50, schrieb TeLeMan: SDL-1.3 removed the stdio-redirect feature, so we should ignore it. Blue Swirl, can you revert this commit? I'd prefer to keep it. There are good reason why SDL applications are linked as Windows applications by default, so we should use this default. Yes

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-21 Thread TeLeMan
-- SUN OF A BEACH On Mon, Dec 19, 2011 at 16:15, Stefan Weil wrote: > Am 19.12.2011 03:12, schrieb TeLeMan: > >> On Sat, Dec 17, 2011 at 07:12, Stefan Weil wrote: >>> >>> Am 16.12.2011 04:24, schrieb TeLeMan: >>> On Sun, Dec 4, 2011 at 05:32, Stefan Weil wrote: > > > Since co

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-19 Thread Andreas Färber
Am 19.12.2011 09:15, schrieb Stefan Weil: > If that is impossible, maybe pairs of executables (a windows gui > and a console version for each system emulation) would also be > a reasonable choice. This only needs an additional objcopy (which > makes a copy and changes the subsystem) to get qemu-sys

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-19 Thread TeLeMan
On Mon, Dec 19, 2011 at 16:15, Stefan Weil wrote: > Am 19.12.2011 03:12, schrieb TeLeMan: > >> On Sat, Dec 17, 2011 at 07:12, Stefan Weil wrote: >>> >>> Am 16.12.2011 04:24, schrieb TeLeMan: >>> On Sun, Dec 4, 2011 at 05:32, Stefan Weil wrote: > > > Since commit 1d14ffa97eacd3cb

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-19 Thread Stefan Weil
Am 19.12.2011 03:12, schrieb TeLeMan: On Sat, Dec 17, 2011 at 07:12, Stefan Weil wrote: Am 16.12.2011 04:24, schrieb TeLeMan: On Sun, Dec 4, 2011 at 05:32, Stefan Weil wrote: Since commit 1d14ffa97eacd3cb722271eaf6f093038396eac4 (in 2005), QEMU applications on W32 don't use the default SDL

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-18 Thread TeLeMan
On Sat, Dec 17, 2011 at 07:12, Stefan Weil wrote: > Am 16.12.2011 04:24, schrieb TeLeMan: > >> On Sun, Dec 4, 2011 at 05:32, Stefan Weil wrote: >>> >>> Since commit 1d14ffa97eacd3cb722271eaf6f093038396eac4 (in 2005), >>> QEMU applications on W32 don't use the default SDL compiler flags: >>> >>> I

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-16 Thread Stefan Weil
Am 16.12.2011 04:24, schrieb TeLeMan: On Sun, Dec 4, 2011 at 05:32, Stefan Weil wrote: Since commit 1d14ffa97eacd3cb722271eaf6f093038396eac4 (in 2005), QEMU applications on W32 don't use the default SDL compiler flags: Instead of a GUI application, a console application is created. This has d

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-15 Thread TeLeMan
On Sun, Dec 4, 2011 at 05:32, Stefan Weil wrote: > Since commit 1d14ffa97eacd3cb722271eaf6f093038396eac4 (in 2005), > QEMU applications on W32 don't use the default SDL compiler flags: > > Instead of a GUI application, a console application is created. > > This has disadvantages (there is always a

Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-11 Thread Blue Swirl
Thanks, applied. On Sat, Dec 3, 2011 at 21:32, Stefan Weil wrote: > Since commit 1d14ffa97eacd3cb722271eaf6f093038396eac4 (in 2005), > QEMU applications on W32 don't use the default SDL compiler flags: > > Instead of a GUI application, a console application is created. > > This has disadvantages

[Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications

2011-12-03 Thread Stefan Weil
Since commit 1d14ffa97eacd3cb722271eaf6f093038396eac4 (in 2005), QEMU applications on W32 don't use the default SDL compiler flags: Instead of a GUI application, a console application is created. This has disadvantages (there is always an empty console window) and no obvious reason, so this patch