Alon Bar-Lev wrote:
> Hi!
> 
> 1. Why is there a separate netkey-tool.exe rule at ./src/tools/Makefile.mak?

Don't know.  That was the way it was in 0.11.4.
The only differecne is it does not include util.obj

> 
> 2. The def file should be generated using its own rule...
> 

The library names done always match the names of the export files.

    libopensc.exports  used for opensc.dll

    opensc-pkcs11.exports used for onepin-opensc-pkcs11.dll and 
opensc-pkcs11.dll


> xxx.def: xxx.exports
>         echo LIBRARY $* > $*.def
>         echo EXPORTS >> $*.def
>         type $*.exports >> $*.def
> 
> xxx.exe: xxx.def
>         <whatever>
> 
> 3. At ./src/pkcs11/Makefile.mak, the OBJECT# is someone unclear, any
> hint why is this used?
> 

4 libraries?

The onepin-opensc-pkcs11.dll and the opensc-pkcs11.dll differences?
and libpkcs11.lib can dynamically load opensc-pkcs11?

> Alon.
> 
> 

-- 

  Douglas E. Engert  <[EMAIL PROTECTED]>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to