mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00

* 3rdparty/zstd: Added Zstandard compression library version 1.5.5. * util/unzip.cpp: Added support for Zstandard compression (method 93). * util/chdcodec.cpp: Added support for Zstandard compression. * 3rdparty/flac: Always define NDEBUG to avoid log spam.
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 |