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
<exec program="link.exe">
    <arg value="/PDB:{filename|NONE} /OUT: yourexe.exe lib1.lib lib2.lib" />
</exec>HTH
Martin--
  ----- Original Message ----- 
  From: Henry 
  To: nant-users@lists.sourceforge.net 
  Sent: Monday, June 09, 2008 12:47 PM
  Subject: [NAnt-users] Equivalent of c# compiler /pdb option in csc task


  Firstly, I just started using nant recently so apologies if this question has 
been asked many times before.
   
  C# command line compiler has an option /pdb:[filename] to explicitly specify 
a name to .pdb file. 
   
  How do I do it with nant?
   
  Thanks in advance,
   
  Henry
   
   


------------------------------------------------------------------------------
  Enjoy 5 GB of free, password-protected online storage. Get Windows Live 
SkyDrive. 


------------------------------------------------------------------------------


  -------------------------------------------------------------------------
  Check out the new SourceForge.net Marketplace.
  It's the best place to buy or sell services for
  just about anything Open Source.
  http://sourceforge.net/services/buy/index.php


------------------------------------------------------------------------------


  _______________________________________________
  NAnt-users mailing list
  NAnt-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/nant-users
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to