Yeah!
  Actually, for the entire build script we are using <solution> task to compile 
the code and I was looking for some way where I can tweak <solution> task to 
support 64 bit compilation. 
   
  In case we do not have any work around with <solution> tasks then will have 
to move to <CSC> task.
   
  Can we achieve 64 bit compilation with <solution> task or are we planning to 
have in near future for this support?
   
  It would be tough to migrate the entire build script to <CSC> now :-(
   
  Thanks!
  Rajiv Kr. Srivastava.

Gert Driesen <[EMAIL PROTECTED]> wrote:
      Hi Rajiv,
   
  You can use the platform attribute on the csc task to specify the platform 
you wish to target (eg. x86, x64, ...).
   
  Gert

    
---------------------------------
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajiv 
Srivastava
Sent: dinsdag 1 mei 2007 9:13
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Does NANT support 64bit compilation on Windows?


  
  Hi There,
   
  Does NANT supports  Windows 64 bit comilation? I have written build script 
using NANT 0.86 for 32 bit windows ( Visual Studio 2005, .NET 2.0) but have to 
spit out 64 bit output as well from the already written build script. 
   
  Is there any avenue where I can just true some flag which allow me to 
generate 64 bit output as well?
   
  Any pointer in this direction would be highly appreciated!
   
  Thank you!
  Rajiv Kr. Srivastava.
    
---------------------------------
  Check out what you're missing if you're not on Yahoo! Messenger 

       
---------------------------------
 Check out what you're missing if you're not on Yahoo! Messenger 
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to