home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_12 / 2n12011a < prev    next >
Text File  |  1991-10-29  |  472b  |  16 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;; mlebug.def                                        ;;
  3. ;; -- Linker definition file for mlebug program.     ;;
  4. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5. NAME        MLEBug
  6. DESCRIPTION 'MLE Bug Tester'
  7. EXETYPE     WINDOWS
  8. STUB        'WINSTUB.EXE'
  9. CODE        PRELOAD MOVEABLE DISCARDABLE
  10. DATA        PRELOAD MOVEABLE MULTIPLE
  11. HEAPSIZE    1024
  12. STACKSIZE    10240
  13. EXPORTS
  14.     WndProc @1
  15.  
  16.