Overview
Comment: | Updated to copy win64 build tree to releases in addition to win32 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 1bab9f801f9627de9a71d9b0344a4debd4dafd30 |
User & Date: | rkeene on 2012-07-27 19:00:48 |
Other Links: | manifest | tags |
Context
2012-07-30
| ||
05:06 |
Updated to cache certificate information
Added a C_FindObject() speed test macro Updated to reset slot less frequently check-in: a5af46b2b5 user: rkeene tags: trunk | |
2012-07-27
| ||
19:00 | Updated to copy win64 build tree to releases in addition to win32 check-in: 1bab9f801f user: rkeene tags: trunk | |
18:44 | CACKey 0.6.8 check-in: 314ff4ce38 user: rkeene tags: trunk, 0.6.8 | |
Changes
Modified build/build.sh from [fc56094904] to [d3813a4238].
28 28 done 29 29 30 30 if [ "${SNAPSHOT}" != "1" ]; then 31 31 mv build build_delete 32 32 33 33 mkdir build || exit 1 34 34 cp -rp build_delete/cackey_win32_build build/ 35 + cp -rp build_delete/cackey_win64_build build/ 35 36 fi 36 37 37 38 exit 0