[Pcsclite-cvs-commit] r5566 - /trunk/HandlerTest/Host/Makefile

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jan 29 12:56:46 UTC 2011


Author: rousseau
Date: Sat Jan 29 12:56:45 2011
New Revision: 5566

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5566
Log:
Mac OS X uses -framework PCSC for link and not for compilation

Modified:
    trunk/HandlerTest/Host/Makefile

Modified: trunk/HandlerTest/Host/Makefile
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/Makefile?rev=5566&op=diff
==============================================================================
--- trunk/HandlerTest/Host/Makefile (original)
+++ trunk/HandlerTest/Host/Makefile Sat Jan 29 12:56:45 2011
@@ -10,7 +10,8 @@
 # *BSD
 #LDFLAGS = -rdynamic
 # Mac OS X
-#CFLAGS = -framework PCSC -I. -DRESPONSECODE_DEFINED_IN_WINTYPES_H -DMAX_BUFFER_SIZE_EXTENDED="(4 + 3 + (1<<16) + 3)"
+#CFLAGS = -I. -DRESPONSECODE_DEFINED_IN_WINTYPES_H -DMAX_BUFFER_SIZE_EXTENDED="(4 + 3 + (1<<16) + 3)"
+#LDFLAGS = -framework PCSC
 
 targets = handler_test.o debug.o tokenparser.o strlcpy.o simclist.o
 




More information about the Pcsclite-cvs-commit mailing list