mirror of
https://github.com/facebook/zstd.git
synced 2025-01-02 02:30:32 +08:00
6 lines
154 B
Batchfile
6 lines
154 B
Batchfile
@echo off
|
|
|
|
rem build 32-bit
|
|
call "%~p0%build.generic.cmd" VS2012 Win32 Release v110
|
|
rem build 64-bit
|
|
call "%~p0%build.generic.cmd" VS2012 x64 Release v110 |