Re: [opensc-devel] libp11 build on Windows

2008-04-10 Thread Alon Bar-Lev
Applied. On Thursday 10 April 2008, Douglas E. Engert wrote: > > Alon Bar-Lev wrote: > > On 4/9/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > >> On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > >> > >>> I can get libp11 to build the dll and add the .res file. But I needed > >> > to u

Re: [opensc-devel] libp11 build on Windows

2008-04-10 Thread Douglas E. Engert
Alon Bar-Lev wrote: On 4/9/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: I can get libp11 to build the dll and add the .res file. But I needed > to use #include > rather then #include in the versioninfo.rc > Would this effect th

Re: [opensc-devel] libp11 build on Windows

2008-04-10 Thread Alon Bar-Lev
On 4/9/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > > > I can get libp11 to build the dll and add the .res file. But I needed > > to use #include > > rather then #include in the versioninfo.rc > > Would this effect the ming build?

Re: [opensc-devel] libp11 build on Windows

2008-04-09 Thread Douglas E. Engert
Alon Bar-Lev wrote: > On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: >> I can get libp11 to build the dll and add the .res file. But I needed >> to use #include >> rather then #include in the versioninfo.rc >> Would this effect the ming build? > > Please add -I /mfc in Makefile so

Re: [opensc-devel] libp11 build on Windows

2008-04-09 Thread Alon Bar-Lev
On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > I can get libp11 to build the dll and add the .res file. But I needed > to use #include > rather then #include in the versioninfo.rc > Would this effect the ming build? Please add -I /mfc in Makefile so it will find afxres if not avai

Re: [opensc-devel] libp11 build on Windows

2008-04-08 Thread Douglas E. Engert
Alon Bar-Lev wrote: > On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: >> Yes. Neither package used it in the past. You said you where >> going to have autoconf generate it os it would be in the distribution >> or created running ./bootstrap on unix. When you change autoconf, >> I can

Re: [opensc-devel] libp11 build on Windows

2008-04-08 Thread Alon Bar-Lev
Done for libp11 and enigne_pkcs11, please make them generate resources. Thanks. On 4/8/08, Alon Bar-Lev <[EMAIL PROTECTED]> wrote: > On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > > > Yes. Neither package used it in the past. You said you where > > going to have autoconf generate it

Re: [opensc-devel] libp11 build on Windows

2008-04-08 Thread Alon Bar-Lev
On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > Yes. Neither package used it in the past. You said you where > going to have autoconf generate it os it would be in the distribution > or created running ./bootstrap on unix. When you change autoconf, > I can then change the Makefile.mak

Re: [opensc-devel] libp11 build on Windows

2008-04-08 Thread Alon Bar-Lev
On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > > > Alon Bar-Lev wrote: > > > PLEASE no attachment PLAIN TEXT only with patch inline. > > > > I sent it both ways. Is there a problem with you mail > program handling attachments? I am sending using Thunderbird > from Windows. I named th

Re: [opensc-devel] libp11 build on Windows

2008-04-08 Thread Douglas E. Engert
Alon Bar-Lev wrote: > PLEASE no attachment PLAIN TEXT only with patch inline. I sent it both ways. Is there a problem with you mail program handling attachments? I am sending using Thunderbird from Windows. I named them *.txt. That might cause some mailer to try and list inline, rather then as a

Re: [opensc-devel] libp11 build on Windows

2008-04-08 Thread Alon Bar-Lev
PLEASE no attachment PLAIN TEXT only with patch inline. Added WIN32_LEAN_AND_MEAN and please notice that resource is missing. On 4/8/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > > > Alon Bar-Lev wrote: > > > > 2. libp11, engine_pkcs11 should also be fixed... :) > > > > Here they are. This

[opensc-devel] libp11 build on Windows

2008-04-08 Thread Douglas E. Engert
Alon Bar-Lev wrote: 2. libp11, engine_pkcs11 should also be fixed... :) Here they are. This email has libp11 changes. The next email will have the engine_pkcs11. The changes are inline as you asked. Watch out for wrapped lines and spacing. (I attached the changes too, just in case.) add