Re: [NAnt-users] Equivalent of c# compiler /pdb option in csc task

2008-06-10 Thread Henry
Thanks for the tip, Martin, but what I'm trying to do is to build my c# code and, having read nant doc several times, I thought using csc task would be the best way. /pdb (Specify Debug Symbol File) (C# Compiler Options)http://msdn.microsoft.com/en-us/library/ms228625.aspx C# 2005 compiler csc.

Re: [NAnt-users] Equivalent of c# compiler /pdb option in csc task

2008-06-09 Thread Martin
Hi Henry Its a option of the microsoft link command http://msdn.microsoft.com/en-us/library/y0zzbyt4(VS.80).aspx which can be invoked with the exec tag http://nant.sourceforge.net/release/latest/help/tasks/exec.html HTH Martin-- - Original Message - From: Henry To: nant-us