qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Using GNU windres in QEMU


From: Robert Riebisch
Subject: [Qemu-devel] Using GNU windres in QEMU
Date: Tue, 31 Mar 2009 23:03:02 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]