$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Boost library building for WinCE5.0
From: John Maddock (john_at_[hidden])
Date: 2008-10-22 06:26:58
Penchala prasad mittadodla wrote:
>> Hi,
>> I am using VS2005. I am going to use boost library for Wince5.0
>> application.
>> Is it required to build library for Wince5.0?
Which libraries do you intend to use? Most Boost libraries are "header
only" and don't require anything to be built: please refer to the getting
started guide for the list of libraries that do have separate source.
HTH, John.