home *** CD-ROM | disk | FTP | other *** search
- ;
- ; This submit file is used to bind a message passing demonstration module.
- ; It is invoked by < submit(filename) > where filename is a plm source
- ; file whose full name is filename.plm. The result is an executable file
- ; whose name is filename.
- ;
- ; INPUT PARAMETERS: %0 -- filename
-
- bnd386 &
- %0.ob3, &
- crport.ob3, &
- condec.ob3, &
- strng.ob3, &
- except.ob3, &
- :RMX:lib/rmxifc32.lib &
- object(%032) &
- pr(%032.mp1) &
- segsize (stack(2000H)) &
- renameseg(code to code32, data to data32) &
- rc(dm(3000H,03FFFFFH)) &
- nodb noty
-
-