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

2005-01-11 Thread Bill Arnette
Another alternative is to use the task invoking "devenv.com project.sln /build debug". That will use the VC++ Directories, but it requies VS.Net to be installed on the build machine. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Pablo Zurita

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

2005-01-10 Thread Ian MacLean
Bill Arnette wrote: See this: http://sourceforge.net/tracker/index.php?func=detail&aid=1096614&group_id=31 650&atid=402868 The only solution currently is to set INCLUDE and LIB environment variables. This can be done in the shell before invoking Nant, or you can use this script task (oringally post

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

2005-01-10 Thread Bill Arnette
See this: http://sourceforge.net/tracker/index.php?func=detail&aid=1096614&group_id=31 650&atid=402868 The only solution currently is to set INCLUDE and LIB environment variables. This can be done in the shell before invoking Nant, or you can use this script task (oringally posted by another list