On Wednesday 10 November 2004 00:49, Payton Byrd wrote: > 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. hehe i would say exactly the same about make - except the latter comes with a lot of OSs already and you dont have to install it at all :=P > Example: > > make config > make > make install > > Becomes: > > nant build install or just make config all install :o) > Config is no longer necessary because the NAnt > calculates dependencies and options on the fly. just like a well written makefile - however for cc65 projects you neither need config nor dependancies (the latter is questionable ofcourse, but usually stuff compiles fast as light anyway :=P) > 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. thats said....if anyone wants gentoo ebuilds for cc65 - speak up :=P mine arent pretty, but they work somewhat in both gentoo-ppc and gentoo-osx (should work in any other platform anyway) gpz ---------------------------------------------------------------------- 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 01:05:16 2004
This archive was generated by hypermail 2.1.8 : 2004-11-10 01:05:27 CET