home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / SCIENCE / PIW131.ZIP / PIW.DEF < prev    next >
Encoding:
Text File  |  1994-04-30  |  396 b   |  15 lines

  1. ;=======================================
  2. ;  PiW.Def module definition file
  3. ;=======================================
  4.  
  5. NAME          PiW
  6.  
  7. DESCRIPTION   "Compute Pi for Windows"
  8. EXETYPE       WINDOWS
  9. STUB          "D:\BC4\Bin\WINSTUB.EXE"
  10. CODE          PRELOAD MOVEABLE DISCARDABLE
  11. DATA          PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE      1024
  13. STACKSIZE     5120
  14. ; EXPORTS       WndProc
  15.