[Pcsclite-cvs-commit] r5193 - in /trunk/HandlerTest/Host: Makefile simclist.c simclist.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Aug 27 08:21:05 UTC 2010


Author: rousseau
Date: Fri Aug 27 08:21:02 2010
New Revision: 5193

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5193
Log:
Use the new tokenparser API

Added:
    trunk/HandlerTest/Host/simclist.c   (with props)
    trunk/HandlerTest/Host/simclist.h   (with props)
Modified:
    trunk/HandlerTest/Host/Makefile

Modified: trunk/HandlerTest/Host/Makefile
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/Makefile?rev=5193&op=diff
==============================================================================
--- trunk/HandlerTest/Host/Makefile (original)
+++ trunk/HandlerTest/Host/Makefile Fri Aug 27 08:21:02 2010
@@ -12,7 +12,7 @@
 # Mac OS X
 #CFLAGS = -framework PCSC -I. -DRESPONSECODE_DEFINED_IN_WINTYPES_H -DMAX_BUFFER_SIZE_EXTENDED="(4 + 3 + (1<<16) + 3)"
 
-targets = handler_test.o debug.o tokenparser.o strlcpy.o
+targets = handler_test.o debug.o tokenparser.o strlcpy.o simclist.o
 
 all: handler_test
 

Added: trunk/HandlerTest/Host/simclist.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/simclist.c?rev=5193&op=file
==============================================================================
--- trunk/HandlerTest/Host/simclist.c (added)
+++ trunk/HandlerTest/Host/simclist.c Fri Aug 27 08:21:02 2010
@@ -1,0 +1,1 @@
+link ../../PCSC/src/simclist.c

Propchange: trunk/HandlerTest/Host/simclist.c
------------------------------------------------------------------------------
    svn:special = *

Added: trunk/HandlerTest/Host/simclist.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/simclist.h?rev=5193&op=file
==============================================================================
--- trunk/HandlerTest/Host/simclist.h (added)
+++ trunk/HandlerTest/Host/simclist.h Fri Aug 27 08:21:02 2010
@@ -1,0 +1,1 @@
+link ../../PCSC/src/simclist.h

Propchange: trunk/HandlerTest/Host/simclist.h
------------------------------------------------------------------------------
    svn:special = *




More information about the Pcsclite-cvs-commit mailing list