From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lol7A-00049I-V6 for qemu-devel@nongnu.org; Tue, 31 Mar 2009 17:03:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lol75-00047z-Nt for qemu-devel@nongnu.org; Tue, 31 Mar 2009 17:03:20 -0400 Received: from [199.232.76.173] (port=60688 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lol75-00047q-He for qemu-devel@nongnu.org; Tue, 31 Mar 2009 17:03:15 -0400 Received: from mailout.artfiles.de ([80.252.97.80]:33167) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lol74-0005Hx-LD for qemu-devel@nongnu.org; Tue, 31 Mar 2009 17:03:15 -0400 Received: from [77.128.12.165] (helo=[192.168.0.4]) auth=rr@bttr-software.de by mailout.artfiles.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) id 1Lol6t-0000d9-W4 for qemu-devel@nongnu.org; Tue, 31 Mar 2009 23:03:04 +0200 Message-ID: <49D28506.4090004@bttr-software.de> Date: Tue, 31 Mar 2009 23:03:02 +0200 From: Robert Riebisch MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Using GNU windres in QEMU Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi! What's the best (easy to understand, flexible) solution to add a quiet call GNU to windres? Here's what I have for rules.mak: %.o: %.rc $(call quiet-command,${cross_prefix}windres -I. -I.. -DWIN32_QEMU_FILENAME='\"$(QEMU_PROG)\"' -o $@ $<," RC $(TARGET_DIR)$@") Again I'm working on adding icon and VERSIONINFO resources to QEMU's EXE files and this time I'd like to see this included to QEMU trunk. ;-) Adding resources to qemu.exe or qemu-system-x86_64.exe already works. qemu-img still to do. Robert Riebisch -- BTTR Software http://www.bttr-software.de/