Differences From Artifact [d0ef76fb73]:
- Executable file build/make-kit-macosx-i386 — part of check-in [5c3ab2400a] at 2016-03-03 03:21:54 on branch trunk — Updated with support for a "make-kit-remote" and using a new Mac OS X build box (user: rkeene, size: 153) [annotate] [blame] [check-ins using] [more...]
To Artifact [f3f1008dd5]:
- Executable file build/make-kit-macosx-i386 — part of check-in [4ceaee58af] at 2016-09-28 13:19:14 on branch trunk — Updated remote build scripts to use more generic names (user: rkeene, size: 176) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 | #! /bin/sh CC='gcc -arch i386' CXX='g++ -arch i386' export CC CXX | | | 1 2 3 4 5 6 7 | #! /bin/sh CC='gcc -arch i386' CXX='g++ -arch i386' export CC CXX ./build/make-kit-remote macosx-x86.build.kitcreator.rkeene.org "$@" --enable-aqua --host=i386-apple-darwin9 |