From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcaJB-0004uO-W9 for qemu-devel@nongnu.org; Mon, 19 Dec 2011 05:19:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcaJ1-0000tv-Cv for qemu-devel@nongnu.org; Mon, 19 Dec 2011 05:18:56 -0500 Received: from mout.web.de ([212.227.15.3]:63019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcaJ0-0000tl-Sp for qemu-devel@nongnu.org; Mon, 19 Dec 2011 05:18:51 -0500 Message-ID: <4EEF0F37.40209@web.de> Date: Mon, 19 Dec 2011 11:17:27 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1322947941-8521-1-git-send-email-sw@weilnetz.de> <4EEBD071.4040208@weilnetz.de> <4EEEF299.2040506@weilnetz.de> In-Reply-To: <4EEEF299.2040506@weilnetz.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] w32: QEMU applications with SDL are always GUI applications List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: TeLeMan , qemu-devel@nongnu.org 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-system-i386c.exe > from qemu-system-i386.exe. Java and Mono used xyz.exe for the console version and xyzw.exe for the Windows GUI version. I'd suggest to stick with that convention. Andreas