Differences From Artifact [fc56094904]:
- Executable file build/build.sh — part of check-in [35b6d2498d] at 2010-10-21 03:32:56 on branch trunk — Updated to leave Win32 build scripts in place for release (user: rkeene, size: 699) [annotate] [blame] [check-ins using]
To Artifact [d3813a4238]:
- Executable file build/build.sh — part of check-in [1bab9f801f] at 2012-07-27 19:00:48 on branch trunk — Updated to copy win64 build tree to releases in addition to win32 (user: rkeene, size: 746) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
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 |