home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / debug-utils / pv / pvdevelop / pvdevelop.lha / Lib / Source / README < prev   
Encoding:
Text File  |  1991-09-15  |  580 b   |  21 lines

  1. ;For SAS/C users.
  2. ;
  3. ;execute this README file to make .lib files
  4. ;
  5. ;To make PVCallStub.lib (the SMALL_CODE version, all data relative to A4) use:
  6.  
  7.     lmk -a ASMFLAGS=-dSMALL_CODE PVCallStub.lib
  8.  
  9. ; To make PVCallStubNB.lib (the LARGE_CODE version, absolute data, no-base) use:
  10.  
  11.     lmk -a ASMFLAGS=-dLARGE_CODE PVCallStubNB.lib
  12.  
  13. ; Then copy 'PVCallStub.lib' and 'PVCallStubNB.lib' to LIB:
  14. ;
  15. ;
  16. ; If you compile your programs with the default, small data model
  17. ; link with 'PVCallStub.lib',
  18. ;
  19. ; if you compile your programs with the large data model
  20. ; link witk 'PVCallStubNB.lib'.
  21.