KIT!
302da9e9ee
This currently only really works well with felica lite cards (amusement IC). Older cards or different types (Mifare) should work too but their id won't be correct.
11 lines
298 B
Batchfile
11 lines
298 B
Batchfile
cd /d %~dp0
|
|
|
|
REM Edit this with the right path to vcvarsall.bat.
|
|
call "C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Auxiliary\Build\vcvarsall.bat" x64
|
|
meson setup build64 --buildtype=release
|
|
meson configure build64
|
|
ninja -C build64
|
|
|
|
mkdir bin
|
|
copy build64\src\aimeio.dll bin\aimeio.dll
|