Re: [cc65] Is anyone interested in NAnt tasks for CC65?

From: Payton Byrd <kingdurin1yahoo.com>
Date: 2004-11-10 00:49:42
--- Groepaz <groepaz@gmx.net> wrote:

> what would maybe be more useful would be a patch to
> gnu make (let the implicit
> rules use cc65 tools etc). if it all... whats wrong
> with make anyway?

I have absolutely postively zero desire to learn yet
another build process (make).  I'm familiar with NAnt.
 I like NAnt.  NAnt doesn't change between platforms. 
I don't have to install a special compiler, script
host or anything else.  All I need is the .Net
framework (either Microsoft's or Mono's) and the NAnt
source or executable and I can create multi-tiered
build systems that are completely runtime configurable
and single pass build systems.

Example:

make config
make
make install

Becomes:

nant build install

Config is no longer necessary because the NAnt
calculates dependencies and options on the fly.

If there is anyone who is interested in having NAnt
tasks available for CC65 then just let me know and
I'll code them in the correct style for nantcontrib. 
If not I'm going to use my own coding standards and
whoever wants a copy later can do whatever they want
with it.


		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Nov 10 00:49:46 2004

This archive was generated by hypermail 2.1.8 : 2004-11-10 00:49:55 CET