RE: [Nant-users] NAnt and VC++ options.

2005-01-11 Thread Bill Arnette
Behalf Of > Pablo Zurita > Sent: Monday, January 10, 2005 4:04 PM > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] NAnt and VC++ options. > > > Hello. > > I'm new to NAnt, in fact this is my first day trying it. So far > everything looks good except

Re: [Nant-users] NAnt and VC++ options.

2005-01-10 Thread Ian MacLean
{1}", EnvName,<br> EnvValue );<br> if ( ! SetEnvironmentVariable(EnvName, EnvValue) ) {<br> throw new BuildException(string.Format("Error<br> setting env var {0} to {1}", EnvName, EnvValue ) , Location);<br> } } }<br&g

RE: [Nant-users] NAnt and VC++ options.

2005-01-10 Thread Bill Arnette
} } } ]]></code> > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Pablo Zurita > Sent: Monday, January 10, 2005 4:04 PM > To: nant-users@lists.sourc

[Nant-users] NAnt and VC++ options.

2005-01-10 Thread Pablo Zurita
Hello. I'm new to NAnt, in fact this is my first day trying it. So far everything looks good except for a little problem, I don't know how to make NAnt read my VC++ options. In VS I have under Options->Projects->VC++ Directories so dirs specified to a few libraries that all my project share. The p