qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Using GNU windres in QEMU
@ 2009-03-31 21:03 Robert Riebisch
       [not found] ` <54D82BEC-AAFF-476C-B8EB-97F9A572EDA0@hotmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Riebisch @ 2009-03-31 21:03 UTC (permalink / raw)
  To: qemu-devel

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-05  8:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 21:03 [Qemu-devel] Using GNU windres in QEMU Robert Riebisch
     [not found] ` <54D82BEC-AAFF-476C-B8EB-97F9A572EDA0@hotmail.com>
2009-04-04  3:01   ` C.W. Betts
2009-04-04  6:45     ` Blue Swirl
2009-04-05  8:16     ` Robert Riebisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).