mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-23 12:11:55 +00:00
Import some files that allow to build a correct libnfc's DLL on Windows platform. (Thanks to Roger Brown from Snapper)
This commit is contained in:
15
windows/mm/make.bat
Normal file
15
windows/mm/make.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set OLDPATH=%PATH%
|
||||
set PATH=%PATH%;"c:\program files\makemsi"
|
||||
rmdir /s /q out
|
||||
call "%ProgramFiles%\MakeMSI\mm.cmd" "libnfc.mm"
|
||||
if errorlevel 1 goto failed
|
||||
|
||||
:success
|
||||
echo success
|
||||
goto doneall
|
||||
|
||||
:failed
|
||||
echo failed
|
||||
|
||||
:doneall
|
||||
set PATH=%OLDPATH%
|
||||
Reference in New Issue
Block a user