MinGW builds can be found at https://git.froggi.es/doitsujin/dxvk/-/jobs for every commit (as of recently)
As for compiling with Visual Studio, just use meson --backend vs2019 --buildtype release build in a Visual Studio command prompt to generate solution files.
What Josh said, meson can generate that automatically. I do not intend to provide solutions for what amounts to probably 25 different Visual Studio versions within less than a year that wouldn't end up working for most people anyway (at least that's my experience with building anything on Wundows).
(i put the files in the mentioned directory) C:\Users\user\source\repos>meson --backend vs2019 --buildtype release build
'meson' is not recognized as an internal or external command,
operable program or batch file.
Installing meson might be a good idea.
Can this be closed?
Yes.
Adding some detail in the very unlikely case that someone else runs across this. Or maybe me, 2 years from now when I've forgotten what I did to get this working.
Using meson --backend vs2019 --buildtype release build works as described, with a few gotchas.
include/native/directx/ it has some other missing reference, so unless you need to work out the details, disable it in the configuration.Nothing extracted yet.
Would love to use this but im way past done hunting down software for each git, no disrespect to you of course.