Artifact fbfa3a5bbe7bb1767b9e8ca8868212ed94023709:
- Executable file build/cackey_win32_build/build.sh — part of check-in [6ba1dff55a] at 2013-10-17 20:29:07 on branch piv — Updated to deal with 6E00 and added support for win32 build options (user: rkeene, size: 289) [annotate] [blame] [check-ins using] [more...]
#! /bin/bash make distclean ./configure --with-pcsc-headers="$(pwd)/build/cackey_win32_build/include" --with-pcsc-libs="-L$(pwd)/build/cackey_win32_build/lib -lwinscard" --host=i586-mingw32msvc CPPFLAGS="-I$(pwd)/build/cackey_win32_build/include" "$@" || exit 1 make || exit 1 exit 0