From: Michael Marcin (mike.marcin_at_[hidden])
Date: 2008-08-22 12:43:55


Fleming, Edward wrote:
> Newbie question if anyone can help:
>
>
>
> Is there a makefile for building boost (especially regex) with a
> Microsoft compiler for Windows Embedded CE/Mobile (ARM platform)?
>
> Any information would be appreciated! (howto, location of makefile,
> etc.)
>
>

If it helps the way I used boost libraries with embedded projects was to
just dump the source files into the project. Most libraries like regex
are just a bunch of sources.

- Michael Marcin