Alon Bar-Lev wrote: > Any chance to set something like: > > LIBS = <whatever>
It could be done. I was trying to change as little as possible. > > So that the Make.rules.mak will perform .exe compilation and you remove all > .c.exe rule from all Makefile.mak. The Make.rules.mak needs work. It is a combination of the rules, and parameters. The user is told to edit the file. If anything, it should be split in two and the parameters for the user to edit should be in a separate file that could be used for all the different packages. The parameters are the location of openssl, zlib, libp11... > > 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. >> > > -- 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
