RE: [Nant-users] Building a non.NET C++ solution

2005-05-07 Thread Robert Smith
obert Smith; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Building a non.NET C++ solution Assuming that the solution compiles successfully in VS.NET 2003, then you should make sure that your environment variables are set correctly. Read vsvars32.bat to see what needs to be set. I

RE: [Nant-users] Building a non.NET C++ solution

2005-05-06 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
[mailto:[EMAIL PROTECTED] On Behalf Of > Robert Smith > Sent: Thursday, May 05, 2005 11:41 AM > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Building a non.NET C++ solution > > I was previously successfully building a Visual Studio 6 C++ > project using

[Nant-users] Building a non.NET C++ solution

2005-05-06 Thread Robert Smith
I was previously successfully building a Visual Studio 6 C++ project using the call out to MSDEV, but now the developer has imported that Visual Studio 6 project into Visual Studio.NET 2003. There is an .sln file and I'm trying to use the task (since I can't use the VS6 MSDEV call any longer)