mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 08:25:21 +01:00
- Update bunlded libarchive version used on Windows/Mac - Enable requested zstd support while we are at it. Closes #211
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" VS2013 Win32 Release v120
|
|
|
|
rem build 64-bit
|
|
call "%~p0%build.generic.cmd" VS2013 x64 Release v120 |