dxwrapper
dxwrapper copied to clipboard
Easy way to compile from source
I was curious as to the the easiest way to build this project from source and it seems to be by using the Microsoft EWDK which can be natively mounted in Windows 10.
Navigate to that location and double-click LaunchBuildEnv.cmd
Use commands like these:
git clone --branch master --recursive https://github.com/elishacloud/dxwrapper.git
cd dxwrapper
msbuild /p:WindowsTargetPlatformVersion=%Version_Number%;Platform=win32;Configuration=Release /t:Clean,Build dxwrapper.sln
I am using Visual Studio 2022 to build. If you have the correct components installed it should be easy to build.
Closing this as not planned.