home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 1.ddi / SUPP.LIF / BND32.CSD < prev    next >
Encoding:
Text File  |  1992-07-06  |  614 b   |  23 lines

  1. ;
  2. ; This submit file is used to bind a message passing demonstration module.
  3. ; It is invoked by < submit(filename) > where filename is a plm source
  4. ; file whose full name is filename.plm.  The result is an executable file
  5. ; whose name is filename. 
  6. ;
  7. ; INPUT PARAMETERS:  %0 -- filename
  8.  
  9. bnd386 &
  10.      %0.ob3,      &
  11.      crport.ob3,  &
  12.      condec.ob3,  &
  13.      strng.ob3,   &
  14.      except.ob3,  &
  15.      :RMX:lib/rmxifc32.lib &
  16.      object(%032) &
  17.      pr(%032.mp1) &
  18.      segsize (stack(2000H)) &
  19.      renameseg(code to code32, data to data32) &
  20.      rc(dm(3000H,03FFFFFH)) &
  21.      nodb noty
  22.  
  23.