
;
; For SAS/C users.
;
; execute this README file to make .lib files
;
; To make reqtools.lib (the SMALL_CODE version, all data relative to A4) use:

    lmk -a ASMFLAGS=-dSMALL_CODE reqtools.lib

; To make reqtoolsnb.lib (the LARGE_CODE version, absolute data, no-base) use:

    lmk -a ASMFLAGS=-dLARGE_CODE reqtoolsnb.lib

; Then copy 'reqtools.lib' and 'reqtoolsnb.lib' to LIB:
;
;
; If you compile your programs with the default, small data model
; link with 'reqtools.lib',
;
; if you compile your programs with the large data model
; link witk 'reqtoolsnb.lib'.

