Hi all, I'm trying to use boost under codewarrior. I've got pro 9.4/mac.
What's the most direct, simplest way to make it bulid and work in a
codewarrior project? This bjam stuff gives me the willies.
Thanks,
-ls
> Hi all, I'm trying to use boost under codewarrior. I've got pro 9.4/mac.
>
> What's the most direct, simplest way to make it bulid and work in a
> codewarrior project? This bjam stuff gives me the willies.
I usually just include whatever I want to use and go. Most of boost is
in headers. If you need a part that has source, you could just include
those sources in your project. Recall that boost isn't really a
library. It is a collection of many libraries, some of which may have
interdependencies.
-Howard