Differences From Artifact [443ec84893]:
- File
build/cackey_win32_build/build.sh
— part of check-in
[ec1f93c869]
at
2010-10-15 09:53:09
on branch trunk
— Added mostly-compiling Win32 support
Added local copy of RSA PKCS#11 (user: rkeene, size: 306) [annotate] [blame] [check-ins using]
To 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]
|
| > > > > | > > > > | 1 2 3 4 5 6 7 8 9 | #! /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 |