tal-cardreader/build64.bat
Farewell_ 0f8ce56d96 Added support for SmartCard readers
Added configuration file;
Fixed a possible race condition;
Cleaned up the mess that used to be my console logs;
2023-05-30 16:54:35 +02:00

12 lines
359 B
Batchfile

cd /d %~dp0
REM Edit this with the right path to vcvarsall.bat.
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" x64
meson setup build64 --buildtype=release
meson configure build64
ninja -C build64
mkdir bin
copy build64\src\cardreader.dll bin\cardreader.dll
copy dist\cardreader.toml bin\cardreader.toml
pause