Does anyone know how to use msvc link options per this website w/ boost.build:

 

http://msdn.microsoft.com/en-us/library/ms235330.aspx

 

I tried something like this but it fails horribly:

 

alias extra : [ obj setargv ] ;

 

exe test : main.c extra ;

 

setargv seems to only come packaged as an obj file rather than a lib, does boost.build support this sort of thing?  Do I have to manually specify the path to the object in the Visual C distribution?

 

Thanks,

 

Chris



This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.

Thank you for your cooperation.