Andrew Dunstan <andrew@dunslane.net> writes:
> Makefile.global or similar could define the build rule once, like
> %.o: %.rc
> windres -DFILEDESC=$(FILEDESC) $< -o $@
> --include-dir=$(top_builddir)/src/include
Actually, I was wondering if we could not include this in a build rule
for executables, so that it's not necessary for the individual Makefiles
to be explicitly aware of it at all ...
regards, tom lane