On 4/7/08, Douglas E. Engert <[EMAIL PROTECTED]> wrote: > > Attached are the latest mode to OpenSC svn 3462 to use the Makefile.mak > files to build on Windows.
Looks much better! > Index: src/include/winconfig.h > =================================================================== > --- src/include/winconfig.h (revision 3462) > +++ src/include/winconfig.h (working copy) > +#define WIN32_LEAN_AND_MEAN Moved to makefile. > +#define USE_WINDOWS_PCSC Removed > /* src/common/getpass.c */ > extern char *getpass(const char *prompt); Removed. Please find the source that requires this and add #include <compat_getpass.h> to this source. Also removed win32/makedef.pl 1. Why didn't you add .def file for the PKCS#11 providers? 2. libp11, engine_pkcs11 should also be fixed... :) 3. The version.rc is constant to all files... While at mingw build I provide a better description... 4. I will make winconfig.h to be generated with correct sources. Alon. _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
