- added WITH_DEBUG option to cmake file
- removed a hardcoded path from cmake file
- i had to replace
#if WITH_DEBUG
with
#ifdef WITH_DEBUG
otherwise it would not compile with gcc on windows. This was only the case in
mifare_desfire_crypto.c, the others where alreadt using #ifdef
Original issue reported on code.google.com by glenn.er...@gmail.com on 27 Apr 2011 at 3:16
Original issue reported on code.google.com by
glenn.er...@gmail.com
on 27 Apr 2011 at 3:16Attachments: