You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GlosSI-fork/buildViGEmClient.bat

8 lines
227 B
Batchfile

cd deps/ViGEmClient
git apply ../../ViGEm_BuildConfig.patch
msbuild.exe ViGEmCLient.sln /t:Build /p:Configuration=Debug_LIB;Platform=x64
msbuild.exe ViGEmCLient.sln /t:Build /p:Configuration=Release_LIB;Platform=x64
cd ../..