Hi,
Assume the following:
foo.c
…
#if !defined(_WIN32)
#include “some_linux_file.h”
#endif
…
If I
My observation with bjam is that it does.
After foo.c is built, if I touch “some_linux_file.h”
and issue ‘bjam –n’, bjam says foo.c
needs to be built.
Could somebody confirm if it’s designed like that?
Thanks,
Anant