Hello,

On Feb 18, 2011, at 11:17 PM, Douglas E. Engert wrote:
>  The _WIN32_WINNT was change to 502 which supports XP SP2 and 2003 SP1
>  and above. If there is some reason to support any systems older
>  then these, place change this back. (VS 2010 may mot support anything
>  less then 502.)
That's OK.

Installation packages should further limit the target system to XP SP3, the 
only still supported Microsoft Windows version in the XP line.
The InnoSetup .exe installer currently checks for W2000, because I copied an 
older installer script... Need to update.

>  There are still two #ifdef ENABLE_CARDMOD in the code, so the
>  MINIDRIVER_DEF was change to use /DENABLE_CARDMOD
>  COPTS now passes in $(MINIDRIVER_DEF)

Actually cardmod should be renamed to the more commonly used official term for 
such modules: a minidriver.
Don't get confused by cardmod.h, which is only the SDK header name ( because of 
8.3 naming ?;) )

>  The tools are not being built static, as it looks like they are
>  using opensc.lib rather the opensc_a.lib That may be OK, as
>  opensc.dll is 1.5Mb,  and there art least 8 tools. Even having
>  OpenSSL and ZLIB linked into opensc.dll would make our
>  distribution easier. Having opensc-cardmod.dll as self contained
>  is even more of a benifit.
Agreed.

-- 
@MartinPaljak.net
+3725156495

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to