On Fri, 23 Jan 2015 15:48:31 -0500 Programmingkid <programmingk...@gmail.com> wrote:
> I'm trying to make QEMU have an icon instead of the standard gray box icon it > is given on Mac OS X. I figured out where to put the code in the makefile, > but this location isn't useful. git is trained not to use it. The location is > ./ppc-softmmu/makefile. My question is where do I put my icon setting code? > > It currently works in ./ppc-softmmu/makefile after this line: all: $(PROGS) > stap Well, that file is normally just a symlink, generated by the configure script. So you might want to have a look at the destination of the link instead, the Makefile.target file in the main directory of the sources. Thomas