opensc/win32/Makefile.am
alonbl d1f6df897e 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.



git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3473 c6295689-39f2-0310-b995-f0e70906c6a9
2008-04-13 17:51:20 +00:00

9 lines
169 B
Makefile

MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
EXTRA_DIST = Make.rules.mak
if WIN32
sbin_SCRIPTS = opensc-install.bat
else
dist_noinst_SCRIPTS = opensc-install.bat
endif