1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00
zstd/build/build.VS2010.cmd

7 lines
171 B
Batchfile
Raw Normal View History

@echo off
rem build 32-bit
call "%~p0%build.generic.cmd" VS2010 Release Rebuild Win32 v100
rem build 64-bit
call "%~p0%build.generic.cmd" VS2010 Release Rebuild x64 v100