home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 216.lha / RexxArpLib_v2.1 / rexx / AddRexxLib.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-02-15  |  181 b   |  6 lines

  1. /* this adds the support libraries */
  2.  
  3. check = addlib('rexxsupport.library',0,-30,0) 
  4. check = addlib('rexxmathlib.library',0,-30,0) 
  5. check = addlib('rexxarplib.library',0,-30,0)   
  6.