timmerk / nfc-tools

Automatically exported from code.google.com/p/nfc-tools
0 stars 0 forks source link

patch to enable toggling WITH_DEBUG with cmake (on windows) #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- 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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by romu...@libnfc.org on 18 May 2011 at 2:57

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r833.

Original comment by rtarti...@il4p.fr on 27 Jun 2011 at 6:34