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
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