Boost logo

Boost-Build :

From: Alex Besogonov (cyberax_at_[hidden])
Date: 2005-11-06 13:37:48


Good <time-of-day>!

I'm still trying to add wxWidgets support to Boost.Build. Now I'm stuck
with include directories.

Right now I have wxWidgets.jam containing the following library:
=================
lib wxCore :
        : <name>wxCore <tag>@$(__name__).tag
         :
         : $(.wxincludes)
=================
<tag> rule is used to create library name using the current toolset
name, debug settings and Unicode mode.

But now I need to do this for include directories. For example, on
Windows with MSVC compiler in debug mode with Unicode turned on and
dynamic version of wxWidgets, include path will be
"$(WX_HOME)/lib/vc_dll/mswud". There are too many combinations to use
simple variant builds :(

Please, help!

--
With respect,
	Alex Besogonov(alexy_at_[hidden])

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