Re: [Qemu-devel] [PATCH] w32: Build windows and console executables

2011-12-22 Thread TeLeMan
On Thu, Dec 22, 2011 at 16:03, Stefan Weil wrote: > System emulation executables with SDL are typically windows > executables. Sometimes console executables are more useful, > so create both variants if linker option -mwindows was detected. > > Signed-off-by: Stefan Weil > --- >  Makefile.target

[Qemu-devel] [PATCH] w32: Build windows and console executables

2011-12-22 Thread Stefan Weil
System emulation executables with SDL are typically windows executables. Sometimes console executables are more useful, so create both variants if linker option -mwindows was detected. Signed-off-by: Stefan Weil --- Makefile.target | 14 ++ 1 files changed, 14 insertions(+), 0 dele