Trask, Hal wrote:

We are currently looking at tools to perform automated build with. We
currently use C++ and Visual Basic, however they are pre - .Net versions.
Can you tell me if NAnt supports pre .Net versions of C++ or VB? I always
see references to the CLR and .Net versions 1.0 and later....but never
anything related to pre .Net.
there is a vb6 specific task [1] in NAntContrib and I think (but am not sure ) that the <cl> and <link> [2] tasks will work with vc++6

Ian

[1]http://nantcontrib.sourceforge.net/nightly/latest/help/tasks/vb6.html

[2]http://nant.sourceforge.net/release/latest/help/tasks/cl.html
http://nant.sourceforge.net/release/latest/help/tasks/link.html

Ian


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to