automate cross compile for windows in win32. use the power of the opensc build script

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@772 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-04-15 21:01:16 +00:00
parent fb9489cd38
commit df7425f3e1
6 changed files with 180 additions and 133 deletions

View File

@@ -0,0 +1,13 @@
Index: build/build
===================================================================
--- build.orig/build 2012-04-15 20:42:56.183646915 +0200
+++ build/build 2012-04-15 20:43:06.951700312 +0200
@@ -419,7 +419,7 @@
OPENSC_COMPONENTS="pcsc"
export PKG_CONFIG="true"
export MAN2HTML="true"
- export ZLIB_LIBS="-L${OPENSC_ROOT}/lib -lzdll"
+ #export ZLIB_LIBS="-L${OPENSC_ROOT}/lib -lzdll"
export ICONV_CFLAGS="-I${OPENSC_ROOT}/include"
export ICONV_LIBS="-L${OPENSC_ROOT}/lib -liconv"
fi