Check-in [1bab9f801f]
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
29
30
31
32
33
34

35
36
37
done

if [ "${SNAPSHOT}" != "1" ]; then
	mv build build_delete

	mkdir build || exit 1
	cp -rp build_delete/cackey_win32_build build/

fi

exit 0







>



28
29
30
31
32
33
34
35
36
37
38
done

if [ "${SNAPSHOT}" != "1" ]; then
	mv build build_delete

	mkdir build || exit 1
	cp -rp build_delete/cackey_win32_build build/
	cp -rp build_delete/cackey_win64_build build/
fi

exit 0