Artifact 3415fb284bca845ef63fe0a03bad04976d7ef8f8:
- Executable file build/cackey_win64_build/build.sh — part of check-in [40d223588a] at 2012-07-19 04:00:17 on branch trunk — Added first attempt at Win64 build support (user: rkeene, size: 433) [annotate] [blame] [check-ins using]
#! /bin/bash make distclean cp "./build/cackey_win64_build/lib/winscard.dll" "./build/cackey_win64_build/lib/WinSCard.dll" ./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 rm -f "./build/cackey_win64_build/lib/WinSCard.dll" exit 0