Bugs item #1190966, was opened at 2005-04-27 12:41
Message generated for change (Comment added) made by grarl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1190966&group_id=31650

Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Grarl (grarl)
Assigned to: Nobody/Anonymous (nobody)
Summary: C++ /clr option ignored on file basis

Initial Comment:
I have one file that needs to be compiled with managed 
support. My project as a whole does not use the /clr, 
only this file.
This builds fine in VStudio, but NAnt will not honor 
the /clr option that is set on only this file.


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

>Comment By: Grarl (grarl)
Date: 2005-04-27 20:29

Message:
Logged In: YES 
user_id=1235618

To fix this, change VcArgumentMap.cs as follows:
In the CreateCLArgumentMap() function add
  map.AddEnum("CompileAsManaged", null, null, null, "/clr" );
to the General section; following DebugInformationFormat if 
you want to use the same order as in the config dialog of 
VStudio.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1190966&group_id=31650


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to