| 1 | # BeOS hints file
|
|---|
| 2 | # $Id: beos.sh,v 1.1 1998/02/16 03:51:45 dogcow Exp $
|
|---|
| 3 |
|
|---|
| 4 | if [ ! -f beos/nm ]; then mwcc -w all -o beos/nm beos/nm.c 2>/dev/null; fi
|
|---|
| 5 | # If this fails, that's all right - it's only for PPC.
|
|---|
| 6 |
|
|---|
| 7 | prefix="/boot/home/config"
|
|---|
| 8 |
|
|---|
| 9 | #cpp="mwcc -e"
|
|---|
| 10 |
|
|---|
| 11 | libpth='/boot/beos/system/lib /boot/home/config/lib'
|
|---|
| 12 | usrinc='/boot/develop/headers/posix'
|
|---|
| 13 | locinc='/boot/develop/headers/ /boot/home/config/include'
|
|---|
| 14 |
|
|---|
| 15 | libc='/boot/beos/system/lib/libroot.so'
|
|---|
| 16 | libs=' '
|
|---|
| 17 |
|
|---|
| 18 | d_bcmp='define'
|
|---|
| 19 | d_bcopy='define'
|
|---|
| 20 | d_bzero='define'
|
|---|
| 21 | d_index='define'
|
|---|
| 22 | #d_htonl='define' # It exists, but much hackery would be required to support.
|
|---|
|
|---|