9ary and dhewg Don't link any code objects into the fake DLLs
95e0da4 Apr 12, 2023
Don't link any code objects into the fake DLLs
Fake DLLs contain no code and export no symbols, so passing any code
objects to the linker is entirely pointless.

This also fixes a meson warning about an extract_all_objects() change.
95e0da4