[Pcsclite-cvs-commit] r4833 - in /trunk/HandlerTest/Host: Makefile strlcpy.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Mar 18 10:09:31 UTC 2010


Author: rousseau
Date: Thu Mar 18 10:09:30 2010
New Revision: 4833

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4833
Log:
add strlcpy.c and use it

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

Modified: trunk/HandlerTest/Host/Makefile
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/Makefile?rev=4833&op=diff
==============================================================================
--- trunk/HandlerTest/Host/Makefile (original)
+++ trunk/HandlerTest/Host/Makefile Thu Mar 18 10:09:30 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
+targets = handler_test.o debug.o tokenparser.o strlcpy.o
 
 all: handler_test
 

Added: trunk/HandlerTest/Host/strlcpy.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/strlcpy.c?rev=4833&op=file
==============================================================================
--- trunk/HandlerTest/Host/strlcpy.c (added)
+++ trunk/HandlerTest/Host/strlcpy.c Thu Mar 18 10:09:30 2010
@@ -1,0 +1,1 @@
+link ../../PCSC/src/strlcpy.c

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




More information about the Pcsclite-cvs-commit mailing list