home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxdlg11.zip / rx2.def < prev    next >
Text File  |  1995-03-01  |  365b  |  14 lines

  1. ;******* RX.EXE Program Module Definition File (.DEF) ********
  2. ; The module definition file supplies extra information about the program module to the LINKER.
  3. ; Note the WINDOWAPI keyword is required for link386
  4.  
  5. NAME RX2 WINDOWAPI
  6.  
  7. DESCRIPTION 'Rexx Dialog Launcher'
  8.  
  9. CODE LOADONCALL MOVEABLE
  10. DATA  MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE   8192
  13. STACKSIZE 16384
  14.