home *** CD-ROM | disk | FTP | other *** search
- /* $VER: 2.6 for DoSound V2.6
- */
- if ~show('l',"rexxarplib.library") then do
- call addlib("rexxarplib.library",0,-30,0)
- end
- if ~show('l',"rexxsupport.library") then do
- call addlib("rexxsupport.library",0,-30,0)
- end
- host = address()
- call setenv(ha,host)
- address rexx
- call setclip(sp,1)
- address command 'run muirexx buildsound.amirx port build'
-
-
-