Any chance to set something like: LIBS = <whatever>
So that the Make.rules.mak will perform .exe compilation and you remove all .c.exe rule from all Makefile.mak. On 4/8/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > 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
