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

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