mirror of
https://github.com/Alia5/GlosSI.git
synced 2024-11-01 09:20:17 +00:00
10 lines
266 B
PowerShell
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 ../.. |