mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-21 01:15:21 +01:00
Update various bundled dependencies to handle archive formats. (Only used on Windows and OSX. On Linux system libraries are used)
7 lines
No EOL
179 B
Batchfile
7 lines
No EOL
179 B
Batchfile
@echo off
|
|
|
|
rem build 32-bit
|
|
call "%~p0%build.generic.cmd" VS2017Professional Win32 Release v141
|
|
|
|
rem build 64-bit
|
|
call "%~p0%build.generic.cmd" VS2017Professional x64 Release v141 |