Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> I pushed the cleanup patch.
fairywren's still not happy, though only in the v16 branch:
Could not determine contrib module type for test_cloexec
at build.pl line 54.
This evidently is because the old MSVC build system doesn't
recognize
PROGRAM += test_cloexec
OBJS += $(WIN32RES) test_cloexec.o
Is there a reason for using += not just = here? We could certainly
modify Mkvcbuild.pm to parse this if we need to, but it looks more
like a gratuitous difference from everyplace else than a useful
behavior.
regards, tom lane