AFAIK, there's no direct support for building *.dsw solutions.

You may want to use <exec> task on "msdev.com", like this:

<exec program="PATH_TO/common/msdev98/bin/msdev.com"
      commandline="your_workspace.dsw /make ProjectName /rebuild" />

For a full list of options, execute "msdev.com /?".

This isn't the best option, because it requires you to have VS6.0 installed.

Jarek

----- Original Message ----- 
From: "Waldinger, Jamie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 31, 2003 5:25 PM
Subject: [Nant-users] Nant question


> Hi,
>
> I am new to Nant and trying to automate the build for a mostly .NET
project.
> However, there is one component of the project that is written in MS
Visual
> C++ 6.0. Hence instead of a '.sln' file, it has a '.dsw' file. Can I
compile
> this solution in the same way that I would a .NET solution using the
> <solution> task in Nant? If not, how can I do this?
>
> Thanks very much,
>
> Jamie Waldinger
>



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to