[Nant-users] CSC references and CopyLocal

2005-08-02 Thread Trevor.Moody
If I want to copy a referenced assemble to my output directory, do I need to manually copy it or is there some way to simulate copyLocal? Thanks For more information about Barclays Capital, please visit our web site at ht

RE: [Nant-users] Building C++ with differenct configurations

2005-06-28 Thread Trevor.Moody
Title: Message I am calling MIDL , CL etc as individual task in NAnt. They basically have different optins depending on release or debug, I currently have code like  

[Nant-users] Building C++ with differenct configurations

2005-06-28 Thread Trevor.Moody
Title: Message Hi,    what does everyone do to build release and debug versions of your c++ projects. Is it preferred to have separate NAnt scripts for each, or should i just set different compiler options in one script, depending on which configuration is being built?   Thanks   Trev  ---

RE: [Nant-users] , devenv and console output

2005-06-27 Thread Trevor.Moody
Ok, I have fixed this by using devenv.com instead of just devenv. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Moody, Trevor: IT (LDN) Sent: 27 June 2005 11:43 To: nant-users@lists.sourceforge.net Subject: [Nant-users] , devenv and console output Hi

[Nant-users] , devenv and console output

2005-06-27 Thread Trevor.Moody
Hi, I am trying to use the devenv from an exec task to build at c++ solution, it seems to work fine, but I am not getting the output that I would get from running devenv from the command line. I am only seeing Nant output. Is there a way to see the normal output, i.e fils that are compileing, war