home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dokpr1.zip / lomos / lomos.def < prev    next >
Text File  |  1995-09-08  |  574b  |  25 lines

  1. ;******* TEMPLATE  C Sample Program Module Definition File (.DEF) ********
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;  Copyright 1991 IBM Corporation
  6. ;
  7. ;  Note the WINDOWAPI keyword is required for link386
  8. NAME    POSYS WINDOWAPI
  9.  
  10. DESCRIPTION 'Sample Mesa DOK Application'
  11.  
  12. CODE    MOVEABLE
  13. DATA    MOVEABLE MULTIPLE
  14.  
  15. HEAPSIZE  262144
  16. STACKSIZE 65536
  17.  
  18. IMPORTS
  19.         REXX.RexxStart
  20.         REXXAPI.RexxRegisterFunctionExe
  21.         REXX.RexxSetHalt
  22.         MESAFEED.setRTFValue
  23.         MESAFEED.getRTFValue
  24.  
  25.