Subject: Re: [Boost-build] use of precompiled headers fail
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2011-12-22 05:59:20


Den 20-12-2011 14:48, Nogradi, Chris skrev:
> I presume that you are missing a<include>src
>

This did the trick:

cpp-pch stdafx : src/stdafx.h : <include>src/ ;

                               ^^^^^^^^^^^^^^^^

This was great to get working. The compile time felt to roughly 1/3
for one project.

Thanks!

-Thorsten