qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Makefile question


From: Robert Riebisch
Subject: Re: [Qemu-devel] Makefile question
Date: Fri, 26 Sep 2008 18:28:33 +0200

Anthony Liguori wrote:

> >  %.o: %.c
> >      $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
> > +
> > +%.o: %.rc
> > +    windres -I. -DORIGINAL_FILENAME=\"$(QEMU_PROG)\" -c -o $< $@

I think, this should read "-o $@ $<" for windres too?!

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/




reply via email to

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