Hi!

1. Why is there a separate netkey-tool.exe rule at ./src/tools/Makefile.mak?

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

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?

Alon.
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to