mirror of
https://github.com/facebook/zstd.git
synced 2025-08-08 17:22:10 +03:00
7 lines
157 B
Batchfile
7 lines
157 B
Batchfile
@echo off
|
|
|
|
rem build 32-bit
|
|
call "%~p0%build.generic.cmd" preview Win32 Release v143
|
|
|
|
rem build 64-bit
|
|
call "%~p0%build.generic.cmd" preview x64 Release v143 |