; ; *-*-* COMPILE.CSD *-*-* ; ; This submit file compiles the iRMX SDB example for iRMX II systems. ; ; Invocation: submit compile to compile.out echo ; ; ; Attach the appropriate directory as :RMX: to use the correct include files attachfile :sd:rmx286 as :RMX: plm286 init.plm pr(init.lst) oj(init.obj) plm286 alphonse.plm pr(alphonse.lst) oj(alphonse.obj) plm286 gaston.plm pr(gaston.lst) oj(gaston.obj) bnd286 init.obj, & alphonse.obj, & gaston.obj, & :lang:plm286.lib, & :rmx:lib/rmxifc.lib & pr(sdbII.mp1) & oj(sdbII) & segsize(stack(+1200)) & rc(dm(5000,0ffffH))