bmx-ng / bmk

The enhanced BlitzMax build program.
zlib License
28 stars 13 forks source link

Quick-scan/non-Quick-scan does not recognize changes to C files #66

Closed GWRon closed 5 years ago

GWRon commented 5 years ago

I have a project.bmx which imports main.bmx which imports sub.bmx which imports sub_child1.bmx

sub_child1.bmx imports "sub_child1.c" (so not a bmx file).

Any change to the "sub_child1.c" file was ignored by BMK and did not lead to a recompilation of "sub_child1.bmx" (and so also not of the other files).

Happens to "quick scan" and "not quick scan" mode here (so in "non-rebuild" mode).

GWRon commented 5 years ago

Invalid - Had a "threaded"-conditional leading to a rerouted import file