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:
Text File  |  1999-01-06  |  259 b   |  8 lines

  1. #!/bin/sh
  2. echo " Setting TPF/c89 environment variables"
  3. export _C89_CCMODE=1
  4. # replace the following with the location of your TPF include files
  5. export _C89_INCDIRS="/u/tpf41/currentmaint/include /u/tpf41/currentmaint/include/oco" 
  6. export TPF=YES
  7. echo "Done"
  8.