Overview
Comment: | Updated to remove duplicate file (causes problems on case-insensitive filesystems) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e0a76b9d35d4b0f2dd91e9782b038767 |
User & Date: | rkeene on 2011-01-12 15:29:52 |
Other Links: | manifest | tags |
Context
2011-06-17
| ||
06:26 | Corrected small issues check-in: 80df9c1ff5 user: rkeene tags: trunk | |
2011-01-12
| ||
15:29 | Updated to remove duplicate file (causes problems on case-insensitive filesystems) check-in: e0a76b9d35 user: rkeene tags: trunk | |
2010-10-27
| ||
23:30 | Fixed Snow Leopard OSX CACKey Package Build Issue check-in: 17538042d7 user: kvanals tags: trunk | |
Changes
Modified build/cackey_win32_build/build.sh from [716f40add4] to [ad50b00270].
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 | > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #! /bin/bash make distclean cp "./build/cackey_win32_build/lib/winscard.dll" "./build/cackey_win32_build/lib/WinSCard.dll" ./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 rm -f "./build/cackey_win32_build/lib/WinSCard.dll" exit 0 |
Deleted build/cackey_win32_build/lib/WinSCard.dll version [c65243081f].
cannot compute difference between binary files