Google
 

Trailing-Edge - PDP-10 Archives - BB-FB51A-RM - sna-ai/sources/build.mic
There are 4 other files named build.mic in the archive. Click here to see a list.
! Procedure to compile and build the
! TOPS-20 SNA Gateway Access Library
!
@enable
@TAK DSK
!
! Assemble the Universal file
!
@macro
*SNASYM,SNASYM/c=SNASYM
@cref
*SNASYM=SNASYM
!
! Compile library modules
!
@bliss
*SAIBLS/list:SAIBLS/library
*SNACOM/list:SNACOM/library
*SAIDBM/optl:3/zip/stat
*SAIDLF/list:SAIDLF/optlevel:3/zip/stat
*SAIDNF/list:SAIDNF/optlevel:3/zip/stat
*SAIMAC/list:SAIMAC/optlevel:3/zip/stat
*SAIPRI/list:SAIPRI/optlevel:3/zip/stat
*SAIPRO/list:SAIPRO/optlevel:3/zip/stat
*/exit
!
! Build the MACRO-20 library
!
@delete SNAGAM.REL
@append SAIDBM.REL, -
SAIDLF.REL, -
SAIDNF.REL, -
SAIMAC.REL, -
SAIPRI.REL, -
SAIPRO.REL -
SNAGAM.REL
!
@reset
@kmic