Artifact e69c404fb2e60d5b0e6e893d1a4ae92db8a5f383:
- File
build/cackey_win32_build/build.sh
— part of check-in
[81e42b32af]
at
2010-10-15 10:27:27
on branch trunk
— Fixed issue with win32 build script
Updated ignores (user: rkeene, size: 372) [annotate] [blame] [check-ins using]
#! /bin/bash make distclean ./configure --with-pcsc-headers=/home/u4423rsk/devel/pcsc_cac/cackey/build/cackey_win32_build/include --with-pcsc-libs="-L/home/u4423rsk/devel/pcsc_cac/cackey/build/cackey_win32_build/lib -lwinscard" --host=i586-mingw32msvc CPPFLAGS="-I/home/u4423rsk/devel/pcsc_cac/cackey/build/cackey_win32_build/include" || exit 1 make || exit 1 exit 0