misyltoad/dxup

Cannot be compiled on Linux

RomanHargrave opened this issue · 1 comments

There are a few issues that affect the ability of a linux host to cross-compile DXUP for Windows/Wine

  1. MSVCisms in source code

  2. Missing headers (dxgi1_3.h)

  3. References to nonexistant files in the Meson build

It would be advisable to clarify this in the README until such a time where these are fixed. I strongly dislike MSVC and Win32 C++ so I may or may not make an effort to repair the issue myself.