home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somd / cpp / stack / somstack.def < prev    next >
Encoding:
Text File  |  1996-01-24  |  327 b   |  14 lines

  1. ;------------------------------------
  2. ; SOMSTACK.DEF module definition file
  3. ;------------------------------------
  4.  
  5. NAME           SOMSTACK
  6.  
  7. DESCRIPTION    'Somstack DSOM Sample Program'
  8.  
  9. CODE           PRELOAD MOVEABLE DISCARDABLE
  10. DATA           PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE       5000
  13. STACKSIZE      20000
  14.