Re: [opensc-devel] new pre release for 0.11.2 available

2007-03-08 Thread Douglas E. Engert
Attached are changes to the win32/Make.rules.mak and src/libopensc/Makefile.mak to add in the support to compile on Windows with or without zlib This is similar to method used with OpenSSL already in the these files. Previous code submissions include the #ifdef HAVE_ZLIB_H in the source files. I

Re: [opensc-devel] new pre release for 0.11.2 available

2007-03-08 Thread Douglas E. Engert
More in Windows and zlib. Looking at the SCB trunk/Makefile.mak, lines 81-83: perl -p -e "s/#ZLIB_DEF/ZLIB_DEF/g" -i~ win32\Make.rules.mak perl -p -e "s/C:\\ZLIB\\INCLUDE/$(DESTP)\\include/g" -i~ win32\Make.rules.mak perl -p -e "s/C:\\ZLIB\\LIB/$(DESTP)\\lib/g" -i~ win32\Make.rules.mak I don't