home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1999 April
/
PCO0499.ISO
/
filesbbs
/
os2
/
apach134.arj
/
APACH134.ZIP
/
src
/
os
/
tpf
/
TPFExport
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-01-06
|
259 b
|
8 lines
#!/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"