blob: 449ebf2f93aca7d69c0a73eb306fd3dfef0b1074 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
echo " Setting TPF/c89 environment variables"
export _C89_CCMODE=1
# replace the following with the location of your TPF include files
export _C89_INCDIRS="/u/tpf41/currentmaint/include /u/tpf41/currentmaint/include/oco"
export TPF=YES
echo "Done"
|