home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / mapi / win16 / dev / mdbview / mdbvu16.def < prev    next >
Encoding:
Text File  |  1995-07-11  |  309 b   |  15 lines

  1. ; mdbvu16.def : Declares the module parameters for the application.
  2. ;
  3.  
  4. NAME         MDBVU
  5. DESCRIPTION  'MAPI MDB Viewer MFC Windows App'
  6.  
  7. EXETYPE      WINDOWS
  8. STUB         'WINSTUB.EXE'
  9.  
  10. CODE         PRELOAD MOVEABLE 
  11. DATA         PRELOAD MOVEABLE MULTIPLE
  12.  
  13. HEAPSIZE     4096
  14. STACKSIZE    16384
  15.