Artifact 57487d41866ea2ab4fed52b342cadda46f296a1e:
- Executable file build/cackey_win64_build/build.sh — part of check-in [a2b7df3c9a] at 2012-07-19 05:39:06 on branch trunk — Updated to build using mingw32-w64 built-in winscard (user: rkeene, size: 284) [annotate] [blame] [check-ins using]
#! /bin/bash make distclean ./configure --with-pcsc-headers="$(pwd)/build/cackey_win64_build/include" --with-pcsc-libs="-L$(pwd)/build/cackey_win64_build/lib -lwinscard" --host=amd64-mingw32msvc CPPFLAGS="-I$(pwd)/build/cackey_win64_build/include" || exit 1 make || exit 1 exit 0