Hello All, I've been working on a new build system for OpenSC.
Win32 binaries are available at [1], source tarball is available at [2], svn trunk at [3]. Please provide feedback or review branch [4], so I can request merge. After this, I will do the same for other OpenSC packages. Some highlights: 1. Complete rewrite and cleanup of OpenSC build system. 2. Build system now support MinGW (Windows) compilation using msys and cross compilation. 3. Ability to explicitly disable and enable dependencies of the package. 4. openct, pcsc and nsplugins features are disabled by default. 5. Modified pcsc driver to use pcsc dynamically, no compile time dependency is required. 6. --enable-pcsc-lite configuration option renamed to --enable-pcsc. 7. Install opensc.conf file (as opensc.conf.new if opensc.conf exists). 8. Add--enable-doc configuration option, allow installing documentation into target. 9. Add export files to each library in order to export only required symbols. Windows native build may use these files instead of scanning objects' symbols. 10. Add opensc-tool --info to display some general information about the build. 11. Create compatibility library to be linked against library instread of recompiling the same source files in different places. 12. Add different win32 version resource to each class of outputs. 13. Make xsl-stylesheets location selectable. 14. Some win32 fixups. 15. Some warning fixups. 16. Many autoconf/automake cleanups. 17. xsl-stylesheets is required for svn checkout build. Best Regards, Alon Bar-Lev. [1] http://alon.barlev.googlepages.com/opensc-trunk-mingw32-002.tar.bz2 [2] http://alon.barlev.googlepages.com/opensc-0.11.4-svn.tar.gz [3] http://www.opensc-project.org/opensc/browser/branches/alonbl/mingw [4] svn diff -r 3315:HEAD http://www.opensc-project.org/svn/opensc/branches/alonbl/mingw _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel