Boost logo

Boost-Build :

Subject: Re: [Boost-build] Library Definitions Global
From: Richard Opsal (ropsal_at_[hidden])
Date: 2011-01-17 18:30:49


Greetings,

I tried Steven's suggestion of referencing by project name + alias (/win32//libs_core). This works nicely.

Gevorg's suggestion of:

># not necessary to write a target for every separate lib
>
>alias libs_core : [ lib kernel32 user32 shell32 uuid ole32 advapi32 ws2_32 ]

also works nicely but has an issue. Having the same import library in multiple places (e.g., ws2_32) causes problems. Went back to my original listing to work around this.

Richard


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