1# -*- shell-script -*-
2
3# web server hostname for ssh commands (hostname or user@hostname)
4WWW_HOST="user@openphdguiding.org"
5
6# web server document root
7WWW_DIR="/path/to/phd2"
8
9# mac 32-bit build host
10MAC_HOST32="mac32"
11
12# mac 32-bit host phd2 source tree directory
13MAC_DIR32="devel/phd2"
14
15# mac 64-bit build host
16MAC_HOST64="mac64"
17
18# mac 64-bit host phd2 source tree directory
19MAC_DIR64="devel/phd2"
20