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/buildViGEmClient.ps1

10 lines
266 B
PowerShell

cd deps/ViGEmClient
git apply ../../ViGEm_BuildConfig.patch
$env:_CL_="/MDd"
msbuild.exe ViGEmCLient.sln /t:Build /p:Configuration=Debug_LIB /p:Platform=x64
$env:_CL_="/MD"
msbuild.exe ViGEmCLient.sln /t:Build /p:Configuration=Release_LIB /p:Platform=x64
cd ../..