zstd: Include build infra

This commit is contained in:
Tom Dewey 2024-07-22 11:32:15 +01:00 committed by Tom Dewey
parent 2e42e914c9
commit 37ec20f0f5
78 changed files with 11177 additions and 0 deletions

View file

@ -0,0 +1,7 @@
@echo off
rem build 32-bit
call "%~p0%build.generic.cmd" VS2017Enterprise Win32 Release v141
rem build 64-bit
call "%~p0%build.generic.cmd" VS2017Enterprise x64 Release v141