2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-11-03 03:40:28 +00:00
GlosSI/buildViGEmClient.bat
2021-10-28 15:52:43 +02:00

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