`PLATFORM_BUNDLED_LIBRARIES` was installing right next to the blender executable rather than the `blender.shared` folder, `PLATFORM_BUNDLED_LIBRARIES` wasn't used very much on windows, just by the ONEAPI code which likely wasn't aware this plumbing was still missing. This diff adds support for using `PLATFORM_BUNDLED_LIBRARIES` on windows in both debug and release configurations. You can differentiate between a .dll being installed for debug/release or all configurations, by prefixing the library with either `DEBUG`, `RELEASE` or `All`, if no prefix is given `ALL` is assumed. Pull Request: blender/blender#106348