------------------------------------------------------------------------ r2437 | hendricks266 | 2012-03-10 01:45:18 -0800 (Sat, 10 Mar 2012) | 6 lines Thoroughly revised osxbuild.sh, featuring: - Conditional disabling of the build for each architecture - Conditional enabling of debug building - Detection of the OS X version, disabling incompatible builds and establishing a minimum version - Fail-safe assembly of fat binaries and the archive (each item is checked first) - Lovely factored 'for' loops and parameter expansion ------------------------------------------------------------------------ r2436 | hendricks266 | 2012-03-10 01:44:54 -0800 (Sat, 10 Mar 2012) | 1 line Add file existence check for model skins. ------------------------------------------------------------------------ r2435 | hendricks266 | 2012-03-10 01:44:17 -0800 (Sat, 10 Mar 2012) | 2 lines Add "echo" def parameter which prints a string to the console and log file. Syntax: echo "Your text here." ------------------------------------------------------------------------