$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] To modularize, or not to modularize. What is the plan?
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-05-08 01:39:26
Rene Rivera wrote:
> Sure there is.. You could add all the source files from the standard
> source directory and plop them into your own build tool. And hit the "big
> red build button".
You'll also need to figure out the include path first somehow, and remember
to define WHATEVER_DYN_LINK if building a DLL. That's for the simple stuff,
good luck with Boost.Context.