Re: [opensc-devel] OpenSC svn build on Windows with rutoken

2008-04-07 Thread Alon Bar-Lev
On Tuesday 08 April 2008, Douglas E. Engert wrote: > Attached changes to: > > (1) use the exports for opensc-pkcs11.dll, onepin-opensc-pkcs11.dll, > and pkcs11-spy.dll > > (2) don't link common.lib with scconf.lib, to avoid duplicate messages > later. > > (3) add piv-tool to op

Re: [opensc-devel] OpenSC svn build on Windows with rutoken

2008-04-07 Thread Douglas E. Engert
Attached changes to: (1) use the exports for opensc-pkcs11.dll, onepin-opensc-pkcs11.dll, and pkcs11-spy.dll (2) don't link common.lib with scconf.lib, to avoid duplicate messages later. (3) add piv-tool to openssl_programs. These all work with your changes below. Alon Bar-Lev w

[opensc-devel] [PATCH] Support OPENSC_FEATURES for Windows build system

2008-04-07 Thread Alon Bar-Lev
Hello Douglas, Please check if this works for you. It should set the features string as expected. Alon. --- Index: win32/Make.rules.mak === --- win32/Make.rules.mak(revision 3464) +++ win32/Make.rules.mak(working c

Re: [opensc-devel] OpenSC svn build on Windows with rutoken

2008-04-07 Thread Douglas E. Engert
Alon Bar-Lev wrote: > On 4/7/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: >> Attached are the latest mode to OpenSC svn 3462 to use the Makefile.mak >> files to build on Windows. > > Looks much better! > >> Index: src/include/winconfig.h >> ===

Re: [opensc-devel] OpenSC svn build on Windows with rutoken

2008-04-07 Thread Alon Bar-Lev
On 4/7/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > > Attached are the latest mode to OpenSC svn 3462 to use the Makefile.mak > files to build on Windows. Looks much better! > Index: src/include/winconfig.h > === > --- src/

[opensc-devel] OpenSC svn build on Windows with rutoken

2008-04-07 Thread Douglas E. Engert
Attached are the latest mode to OpenSC svn 3462 to use the Makefile.mak files to build on Windows. I got rutoken to compile, and took out the #ifdef's I had in last week. The rutoken programmer declared some variables in the middle of a block rather then having all the declare statements at the