xparq / NMAKE-Jumpstart

Single-file MSVC/NMAKE "jumpstart" Makefile for building source trees without fuss or extra tooling
0 stars 0 forks source link

Recompiling an .ifc doesn't trigger relinking... #46

Closed xparq closed 8 months ago

xparq commented 8 months ago

-> #45!

It goes in 2 stages after deleting an .ifc:

  1. Recomp. .ixx -> .ifc, and also -> an .obj. Yet, no linking -- despite Storage.obj listed in the link deps! :-o
  2. Strangely, a subsequent build, however, now does perform a fresh linking!...

Anyway, I guess obj. files should depend on ifcs (like on headers?), which is not yet represented.

xparq commented 8 months ago

"Went away" in 9cad2a3 by bisecting from the prev. version, which still worked... AFAICR (got interrupted before I could make a note) it seemed to have been caused by some "usual" annoying directory naming/quoting etc. issues, and I can't be bothered to spend another life chasing the exact details down again now...