Considering modified files for rebuild
Posted
by harik
on Stack Overflow
See other posts from Stack Overflow
or by harik
Published on 2010-05-03T14:26:29Z
Indexed on
2010/05/04
11:58 UTC
Read the original article
Hit count: 267
I have a C++ project, I am using Bakefile for build process, Makefiles are generated for msvc, mingw, gnu etc for cross-platform support.
Now the problem is that if I change any .h files (which are included in other .cpp files) and performing a rebuild does not recompile modified files. But changing any .cpp file gets recompiled.
Based on modified time-stamp of any file which is included in the project I expect to consider that file for rebuild.
Am I missing something which required to be added as a tag in .bkl files? Please help.
© Stack Overflow or respective owner