From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOrKN-0008Ll-NV for qemu-devel@nongnu.org; Fri, 20 Feb 2015 12:25:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOrKJ-0006LD-Ka for qemu-devel@nongnu.org; Fri, 20 Feb 2015 12:25:23 -0500 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:44002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOrKJ-0006Kx-DP for qemu-devel@nongnu.org; Fri, 20 Feb 2015 12:25:19 -0500 Received: by wesu56 with SMTP id u56so6826001wes.10 for ; Fri, 20 Feb 2015 09:25:18 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54E76DFB.8060906@redhat.com> Date: Fri, 20 Feb 2015 18:25:15 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <19A8F2D4-48FC-42F4-A651-082B9B934A3A@gmail.com> <54E71D51.604@redhat.com> <2532ABB3-B160-4644-9FFC-408008A9FD7C@gmail.com> In-Reply-To: <2532ABB3-B160-4644-9FFC-408008A9FD7C@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] Makefile.target: set icon for binary file on Mac OS X List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , qemu-devel On 20/02/2015 18:06, Programmingkid wrote: > I did some looking myself and found out that the Rez and SetFile command > are missing on Mac OS 10.4 (and probably below). They are available on > Mac OS 10.5 and Mac OS 10.6. Since this feature isn't important, I can > add conditional code that would check to see if the Rez and SetFile > commands are available on the computer before using them. The thing is > Mac OS 10.4 and under appear to be no longer supported by QEMU, so this > might not be a problem. I honestly don't know which versions are supported. 10.5 was released in 2007 and it is enough for Darwin/PPC, so it's probably okay. Paolo