Overview
| Comment: | Updated to includ win32/win64 in platforms to build for |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
297696d6f57efde1d94007528382b588 |
| User & Date: | rkeene on 2014-05-16 15:25:53 |
| Other Links: | manifest | tags |
Context
|
2014-05-16
| ||
| 15:26 | Added VecTcl check-in: 371e9a9924 user: rkeene tags: trunk | |
| 15:25 | Updated to includ win32/win64 in platforms to build for check-in: 297696d6f5 user: rkeene tags: trunk | |
|
2014-05-15
| ||
| 21:36 | Updated make URL references to directories to include a trailing slash check-in: 15e90ceaa8 user: rkeene tags: trunk | |
Changes
Modified server/buildpkgs/build-all-platforms.sh from [60abef200d] to [dd08562c69].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + |
#! /bin/bash
CCROOT="${HOME}/root/cross-compilers"
SETUP_CC="${CCROOT}/setup-cc"
if [ -z "$1" ]; then
|
| ︙ |