mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
7 lines
No EOL
155 B
Batchfile
7 lines
No EOL
155 B
Batchfile
@echo off
|
|
|
|
rem build 32-bit
|
|
call "%~p0%build.generic.cmd" VS2010 Win32 Release v100
|
|
|
|
rem build 64-bit
|
|
call "%~p0%build.generic.cmd" VS2010 x64 Release v100 |