Boost logo

Boost-Build :

Subject: Re: [Boost-build] msvc link options
From: Nogradi, Chris (Chris.Nogradi_at_[hidden])
Date: 2012-02-24 10:10:42


Thanks. I tried that yesterday and thought it did not work but it does!

Chris

-----Original Message-----
From: boost-build-bounces_at_[hidden] [mailto:boost-build-bounces_at_[hidden]] On Behalf Of Juraj Ivancic
Sent: Friday, February 24, 2012 8:44 AM
To: boost-build_at_[hidden]
Subject: Re: [Boost-build] msvc link options

On 23.2.2012. 22:17, Nogradi, Chris wrote:
> 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 ;

Try

exe test : main.c : <linkflags>setargv.obj ;

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

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.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk