[Pcsclite-cvs-commit] PCSC/win32 Makefile.am,1.1,1.2 win32_pcsclite.h,1.3,NONE

aet-guest@quantz.debian.org aet-guest@quantz.debian.org
Tue, 21 Oct 2003 21:27:05 +0200


Update of /cvsroot/pcsclite/PCSC/win32
In directory quantz:/tmp/cvs-serv4133

Modified Files:
	Makefile.am 
Removed Files:
	win32_pcsclite.h 
Log Message:
- Remove win32_pcsclite.h, it's out of sync anyway and the one
  who wishes to use pcsc-lite under win32 platform in any
  situation should probably patch src/pcsclite.h and renew
  win32/config.h.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/win32/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	11 Sep 2003 10:01:49 -0000	1.1
+++ Makefile.am	21 Oct 2003 19:27:03 -0000	1.2
@@ -2,4 +2,4 @@
 
 EXTRA_DIST = \
 	PCSC.cpp PCSC.dsp PCSC.h StdAfx.cpp StdAfx.h \
-	pthread.h sched.h config.h win32_pcsclite.h
+	pthread.h sched.h config.h

--- win32_pcsclite.h DELETED ---