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 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