Added picc_to_pcsc.

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@7 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-01-04 19:56:05 +00:00
parent 4c091b4340
commit 54e468fa29
9 changed files with 1150 additions and 1 deletions

6
picc_to_pcsc/Makefile Normal file
View File

@@ -0,0 +1,6 @@
SUBDIRS = ccid picc_to_pcsc virtualsmartcard
default: all
%:
for d in $(SUBDIRS); do $(MAKE) $@ -C $$d; done