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: 0.85
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Grarl (grarl)
Assigned to: Gert Driesen (drieseng)
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-05-04 12:00

Message:
Logged In: YES 
user_id=1235618

Great! Will look forward to it in the next nightly.

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

Comment By: Gert Driesen (drieseng)
Date: 2005-05-03 15:48

Message:
Logged In: YES 
user_id=707851

This is now committed in cvs.

Thanks for the report, repro and the "patch" !

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to