> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Bala
> Sent: zondag 2 januari 2005 12:00
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Building VC++ projects
> 
> Hi all,
> 
> I am new to NANT
> 
> I have to develop a auto builder tool which automatically builds the
> source files...
> 
> so i thought of using NANT to do this...
> 
> but i have problems with nant.

There's a regression in NAnt 0.85 RC1 with regards to Visual C++ projects.

However, you should be able to use the <solution> task in a recent nightly
build of NAnt to build Visual C++ projects.

If you still run into problems, then send me a small repro.

> 
> Can any one of you please tell me the steps in writing a build script
> for building a VC++ project.( project invovles DLL reference also)
> 
> (currently i am using nant 0.85 rc1 stable release)
> 
> If possible please let me know where i can get more 
> information on this.

You can either use the <solution> task, or use individual Visual C++ related
tasks (eg. <cl>, <link>, ...).

Let me know if you need more help,

Gert



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to