; ; *-*-* COMPILE.CSD *-*-* ; ; This submit file compiles the iRMX SDB example for iRMX III systems. ; ; Invocation: submit compile32 to compile32.out echo ; ; ; Attach the appropriate directory as :RMX: to use the correct include files attachfile :sd:rmx386 as :RMX: plm386 init.plm word16 set(r_32) pr(init.lst) oj(init.obj) plm386 alphonse.plm word16 set(r_32) pr(alphonse.lst) oj(alphonse.obj) plm386 gaston.plm word16 set(r_32) pr(gaston.lst) oj(gaston.obj) bnd386 init.obj, & alphonse.obj, & gaston.obj, & :lang:plm386.lib, & :rmx:lib/rmxifc32.lib & pr(sdbIII.mp1) & oj(sdbIII) & renameseg(code32 to code) & segsize(stack(+2400)) & rc(dm(5000,0fffffH))