Re: [NAnt-users] Compiling VC++ 6 Project

2006-06-26 Thread Marc Towersap
TED]>To: Darren Gage <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.netSent: Monday, June 26, 2006 7:08:44 AMSubject: Re: [NAnt-users] Compiling VC++ 6 Project Darren,   Since you're using Visual Studio 6, you'll probably need to go the route (unless there is a legacy C++ task

Re: [NAnt-users] Compiling VC++ 6 Project

2006-06-26 Thread Foster, Richard - PAL
To: nant-users@lists.sourceforge.netSubject: [NAnt-users] Compiling VC++ 6 Project Hi, Can anyone tell me the easiest way to compile a VC++ 6.0 Project. I.e. using Visual Studio project file, StructuredPrototype1.dsp I've tried: 1 - using  devenv.  But this gives me message dialog  stating "Project

[NAnt-users] Compiling VC++ 6 Project

2006-06-25 Thread Darren Gage
Title: Compiling VC++ 6 Project Hi, Can anyone tell me the easiest way to compile a VC++ 6.0 Project. I.e. using Visual Studio project file, StructuredPrototype1.dsp I've tried: 1 - using  devenv.  But this gives me message dialog  stating "Projects generated by a previous version of

[Nant-users] Compiling VC++

2005-03-20 Thread Robert Smith
I've looked through the mail archives, wiki, and documentation and I've not seen an example of utilizing a task to compile a VC++ .dsw...I see how to compile a single .cpp with the task, but is there a way to compile using a .dsw (a workspace with multiple applications)? Does someone have some sn