]> git.tdb.fi Git - builder.git/commit
Reload includes from CSourceFiles when they are modified
authorMikko Rasa <tdb@tdb.fi>
Tue, 4 Sep 2012 20:02:44 +0000 (23:02 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 4 Sep 2012 20:02:44 +0000 (23:02 +0300)
commit93c0466ccf46aa3d43541a1aa6a75192d237b3eb
treed25d682b9787641241653f3be9579d4e947b6a23
parentfcb86bba9e8ea7e3c93f7f1748c0291b307c46ed
Reload includes from CSourceFiles when they are modified

Without this, -W did not cause includes to be read if they were present
in the cache.  It'll also come in handy for generated source files some
time in the future.
source/csourcefile.cpp
source/csourcefile.h
source/filetarget.cpp
source/target.cpp
source/target.h