AlpyneDreams / d8vk

Direct3D 8 to Vulkan translation for DXVK! Merged into dxvk: https://github.com/doitsujin/dxvk
zlib License
486 stars 6 forks source link

[build] Remove objects kwarg from build file #200

Closed WinterSnowfall closed 2 days ago

WinterSnowfall commented 6 months ago

Compiling with Meson 1.3.1 yields the following deprecation notice:

NOTICE: Future-deprecated features used:
 * 1.3.0: {'Source file d3d8.def in the 'objects' kwarg is not an object.'}

I'm not sure if this was ever supposed to do anything, since I haven't seen it used over in the d3d9 build file.

May not be the best way forward, but I haven't noticed any issues in builds omitting 'objects' so far. PR-ing this so we at least don't forget about it later on.

WinterSnowfall commented 2 days ago

Already fixed during rebase