Differences From Artifact [e69c404fb2]:
- 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]
To Artifact [716f40add4]:
- Executable file build/cackey_win32_build/build.sh — part of check-in [f238396b29] at 2010-10-15 17:56:55 on branch trunk — Updated Win32 build script to use relative paths (user: rkeene, size: 284) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 | #! /bin/bash make distclean | | | 1 2 3 4 5 6 7 8 9 | #! /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 |