Artifact 359d2acbba4a22bcea43034db855cf1c5d1dc551:
- Executable file build/cackey_win64_build/build.sh — part of check-in [39dd453bcd] at 2012-07-19 05:43:19 on branch trunk — Corrected name of new Windows compiler (user: rkeene, size: 285) [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=x86_64-w64-mingw32 CPPFLAGS="-I$(pwd)/build/cackey_win64_build/include" || exit 1 make || exit 1 exit 0