home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / util / pplib-1.6.lha / PPlib / Glue / SAS-C / Source.lzh / src / README < prev   
Text File  |  1993-09-27  |  451b  |  19 lines

  1.  
  2. For SAS/C users:
  3.  
  4. To make pp.lib (the SMALL_CODE version, all data relative to A4) use:
  5.  
  6.     smake -a ASMFLAGS=-dSMALL_CODE pp.lib
  7.  
  8. To make ppnb.lib (the LARGE_CODE version, absolute data, no-base) use:
  9.  
  10.     smake -a ASMFLAGS=-dLARGE_CODE ppnb.lib
  11.  
  12. Then copy 'pp.lib' and 'ppnb.lib' to LIB:
  13.  
  14.  
  15. If you compile your programs with the default, small code model use 'pp.lib',
  16.  
  17. if you compile your programs with the large code model (-b0) use 'ppnb.lib'.
  18.  
  19.