From mint-bounce@lists.fishpool.fi Mon Jan 11 14:19:27 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=VCJXXQdahdxXrDk5wPMa0jvoNfZwscDHGFTWWPv/hk0=; b=cvqaKgoJPPMFknPe7NU0OQviTDI9a6/ZcNzHavGYveShsiv4xM9Y4JCc1EV4wyIi9b qKnc5nms/AkTe/qZCtY+RX8U+wLUrV+5IuinRZESiHGv5WO+t5+AI2DictubVm3ZoG2y APNaRKqjfQmYe9FQtvu8fT97G4uLiLo1fvJ+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tIt7CnkJXC08hAgkFdvtq1gpcxqcJZTUpjsG1eUkLOiFryY2B++FKZjWb9BmYBu4Dl Efh2VJDCFvlhvx2KlVNJSIqLUm0JXfxBPA6VBtaKSHEJyiguy/5tToZTEpGBDDQ3kgvb fs8lzAtCjuxh6NnsCAjZXML4L4nUTMD0cJ5Rg= MIME-Version: 1.0 In-Reply-To: References: <1263235930.16683.4223.camel@jetpack.demon.co.uk> Date: Tue, 12 Jan 2010 06:17:54 +1100 Message-ID: <11a6f2b11001111117q274f2e98k69aa7b8162fcbec3@mail.gmail.com> Subject: Re: [MiNT] HRD's & RSC's From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: On Tue, Jan 12, 2010 at 5:58 AM, Helmut Karlowski wrote: > Am 11.01.2010, 19:52 Uhr, schrieb Alan Hourihane : > >> With regard to these binary files, is there any way to auto generate >> them from some source code rather than committing binary files ? > > Good question :) > > -Helmut > you would have to have a make specifically for any binary output, and hence the source, would be an unreadable bunch of hex values what might work is a command line resource compiler, that allows standard source like definition, as the last step when doing stack etc, the resource compiler could be run but this is still made differcult when dealing with image data (for img and icons), however, XPM and XBM formats are ascii based images Paul