From mint-bounce@lists.fishpool.fi Mon Jan 11 14:40:20 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=aAw/s1qwMMTYx9J9uZUzHGF0MBN8PUdrydfbSl8EI9k=; b=q3tULflRuluCdVgpuJEA1eIRoSH/saz8q/rIyC1axFLO1Dimr04CC3Wrc+51Y2Lvrn 5pDaIfeFk3Lbv1IV8OmZVCr0Nx9DGfLDdmfK8pn6enFUThGnoR83G7I2trhytV9LPFpQ GjTGdecvuR0rB9c9J+5/nR/L3vrimRSfjiVW8= 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=fFWcgyiPErWImSoe3uIX3ot5F4yOtXlMjJpHQEZOJDlID2y2kqiBwbWcdhzAePhh8q /dA2H6GsNICNDZVpbBDJ/KQYGcBRdpgZyWmQmK8+Z0WQmXNsqFAI0l7SHq7Fusag90pk /ZG0UJciobtMk/3RtZ6Gx4uTqSg6Yw2qdA5FA= MIME-Version: 1.0 In-Reply-To: References: <1263235930.16683.4223.camel@jetpack.demon.co.uk> <11a6f2b11001111117q274f2e98k69aa7b8162fcbec3@mail.gmail.com> Date: Tue, 12 Jan 2010 06:38:10 +1100 Message-ID: <11a6f2b11001111138g3cb4fcclf1dcbe2ec37f0f1c@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 6:26 AM, Helmut Karlowski wrote: > Am 11.01.2010, 20:17 Uhr, schrieb Paul Wratt : > >> you would have to have a make specifically for any binary output, and >> hence the source, would be an unreadable bunch of hex values > > The DR-RSC is able to produce C-output, so no rsc-file is needed, but I'm > pretty sure it cannot read C and convert it into an rsc-file. That kind of > tool would be needed. But cvs is able to handle binary files, there went > something wrong. > agreed as long as people remember that any even if the resource can be output as c code, that will need a specific make line to recreate, and that the resource itself needs to be easy maintained and adjustable, which is inherantly not the case when converting resource files to a source code format (C or ASM) Paul