home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / pplib.lzh / PPLib / lib / src / README < prev   
Text File  |  1991-05-04  |  447b  |  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.     lmk -a ASMFLAGS=-dSMALL_CODE pp.lib
  7.  
  8. To make ppnb.lib (the LARGE_CODE version, absolute data, no-base) use:
  9.  
  10.     lmk -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.