Closed xparq closed 2 months ago
OK. I've actually added the bits there, supposedly, but it still doesn't work for some reason. :-/
Replaced all the -include
s with include
s (even in the generated hdep dispatcher makefile), and it all loaded -- yet, header changes don't trigger rebuilds. :-/
-> Ahhh! OK, the inf. rules still used the convoluted legacy path wrestling for some reason (build to $objroot/$@F, then move to the proper $@ dir, instead of just -o$@ directly), which made the target path (1st line) in the .d files incorrect!
Wow, I completely forgot about that! :-o :-/
-> #557, which was also about completely forgetting the same thing with the NMAKE build!... :)