Show
Ignore:
Timestamp:
04/13/08 17:51:20 (9 months ago)
Author:
alonbl
Message:

Add simple Windows installer script for OpenSC

As nobody want to maintain UI installer, at least
provide an installation script.

The opensc-install.bat should be run from the
installed location.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/win32/Makefile.am

    r3469 r3473  
    11MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 
    22EXTRA_DIST = Make.rules.mak 
     3 
     4if WIN32 
     5sbin_SCRIPTS = opensc-install.bat 
     6else 
     7dist_noinst_SCRIPTS = opensc-install.bat 
     8endif