elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.16k stars 83 forks source link

Easy way to compile from source #126

Open noabody opened 3 years ago

noabody commented 3 years ago

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
elishacloud commented 1 month ago

I am using Visual Studio 2022 to build. If you have the correct components installed it should be easy to build.