home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 February / VPR9602A.ISO / fwindows / comwp260 / samples / hello.def < prev    next >
Text File  |  1995-10-09  |  282b  |  11 lines

  1. NAME        hello
  2. DESCRIPTION 'Frist program for ComWin ver 2.52 (c) 1994-95 M.Maedera'
  3. EXETYPE     windows
  4. STUB        'winstub.exe'
  5. CODE        preload moveable discardable
  6. DATA        preload moveable multiple
  7. HEAPSIZE    1024
  8. STACKSIZE   8192
  9. IMPORTS     comwin.Puts
  10.  
  11.