summaryrefslogtreecommitdiff
path: root/APACHE_1_3_42/src/os/tpf/TPFExport
blob: 8453d02ee3c89357c014bb01d752cf6d8eb1724d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
echo " Setting TPF41/c89 environment variables"
export _C89_CCMODE=1
# replace the following with the location of your TPF41 include files
export _C89_INCDIRS="/u/tpf41/rlse/include"
export TPF=YES
export _C89_INCLIBS=""
export _C89_CSYSLIB=""
export _C89_OPTIONS="-W 0,langlvl(extended)"
echo "Done"