home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / abcflow / abc / samples / ole_vbx / ole_vbx.def < prev    next >
Text File  |  1993-04-12  |  353b  |  14 lines

  1. ; ole_vbx.def : Declares the module parameters for the application.
  2.  
  3. NAME         OLE_VBX
  4. DESCRIPTION  'OLE_VBX Windows Application'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.