opensc/win32
Frank Morgner 428385d8b4 adjust Make.rules.mak to work with AppVeyor
- The AppVeyor configuration of VS2014/VS2015 does not currently work
  with this script
- We are using the pre-built zlib binaries. As consequence, we can build
  the 32 bit installer only. Also, we can't use static linking anymore
- The current pre-built binaries of OpenSSL from
  https://slproweb.com/products/Win32OpenSSL.html include security
  measures (https://blogs.microsoft.com/cybertrust/2012/01/26/enhancements-to-gs-in-visual-studio-11/)
  that are not compatible with our version of VS `(error LNK2001:
  unresolved external symbol ___report_rangecheckfailure)`. That's why
  we can't use static linking anymore

works with
- OpenSSL 1.0.2
- zlib 2.1.8
- WiX 3.10
2015-09-14 10:52:31 +02:00
..
Make.rules.mak adjust Make.rules.mak to work with AppVeyor 2015-09-14 10:52:31 +02:00
Makefile.am avoid the failure: "Failed to get file version of custom action dll" 2015-05-10 15:04:44 +02:00
Makefile.mak adjust Make.rules.mak to work with AppVeyor 2015-09-14 10:52:31 +02:00
OpenSC.ico WindowsInstaller: Build MSI by default on native Windows build. 2011-03-31 09:18:23 +00:00
OpenSC.iss.in WindowsInstaller: generate OpenSC.iss with autotools 2010-12-30 15:10:06 +00:00
OpenSC.wxs.in Include onepin-opensc-pkcs11.dll in installer 2015-05-16 12:03:08 +02:00
README.rtf build: add installer files and a small script to build a win32 installer from build project binaries. 2010-08-25 12:57:47 +00:00
bannrbmp.bmp win32 setup: 2015-05-10 15:04:35 +02:00
customactions.cpp ATR update card-masktech.c, customactions.cpp 2015-08-24 12:51:54 +02:00
customactions.exports win32 setup: add basic minidriver card registration and unregistration via a custom action 2015-05-10 15:04:44 +02:00
dlgbmp.bmp win32 setup: 2015-05-10 15:04:35 +02:00
installer_from_build.sh WindowsInstaller: be flexible with make dist result name. 2010-10-06 07:53:59 +00:00
license.rtf WindowsInstaller: display the LGPL license in the installer. 2011-04-04 08:29:30 +00:00
ltrc.inc Some more build cleanups 2008-04-04 20:38:20 +00:00
opensc-install.bat win32: path to OpenSC registry keys have been changed 2010-12-09 09:38:10 +00:00
versioninfo-customactions.rc.in avoid the failure: "Failed to get file version of custom action dll" 2015-05-10 15:04:44 +02:00
versioninfo.rc.in build: define in configure.ac.in the common fields of version-info 2013-12-30 10:31:21 +01:00
winconfig.h.in added DEFAULT_PKCS11_PROVIDER to winconfig.h.in 2015-01-20 00:53:51 +01:00

README.rtf

README for OpenSC win32 installer.