summaryrefslogtreecommitdiff
path: root/src/third_party/zstandard-1.3.7/zstd/build/VS_scripts/build.VS2017Community.cmd
blob: 133e1b4565d5f92551304c487c321070964defbd (plain)
1
2
3
4
5
6
7
@echo off

rem build 32-bit
call "%~p0%build.generic.cmd" VS2017Community Win32 Release v141

rem build 64-bit
call "%~p0%build.generic.cmd" VS2017Community x64 Release v141