Closed GWRon closed 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).
Invalid - Had a "threaded"-conditional leading to a rerouted import file
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).