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
{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
}
}
}
]]></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
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