Re: [NAnt-users] NAnt and alternative architectures

2007-01-30 Thread Evans, Jonathan (2)
Nelson; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NAnt and alternative architectures 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 r

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