xparq / Out_of_Nothing

Versatile entity-based simulation & visualization/gamification framework PROTOTYPE
0 stars 0 forks source link

The GCC build doesn't yet handle auto header dependencies! #548

Closed xparq closed 2 months ago

xparq commented 9 months ago

Wow, I completely forgot about that! :-o :-/

-> #557, which was also about completely forgetting the same thing with the NMAKE build!... :)

xparq commented 2 months ago

OK. I've actually added the bits there, supposedly, but it still doesn't work for some reason. :-/

Replaced all the -includes with includes (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!