Re: [NAnt-users] NAnt and alternative architectures

2007-01-29 Thread Bob Archer
I agree... There is no reason why you couldn't use it. Basically, for your "build/compile" target you would just have to use the exec task to call the gcc compiler. Or, if you are really ambitious you could create a gcc compiler task. I don't think you would need to port Nant to gcc. BOb -Or

[NAnt-users] NAnt and alternative architectures

2007-01-29 Thread Tolly Nelson
Hi all, I develop mostly in C for embedded 8- and 16-bit microcontrollers & I would like to use NAnt in my toolchain. How would I go setting up the correct framework in NAnt config file? I understand that NAnt is primarily targetted at the .NET platform, but I don't see any reason why it isn't