home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / spezial / 20 / win_txl / txl.def < prev    next >
Encoding:
Text File  |  1991-03-12  |  328 b   |  21 lines

  1. NAME    txl
  2.  
  3. DESCRIPTION 'TOOLBOX - INTERPRETER - TXL'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7. STUB    'WINSTUB.EXE'
  8.  
  9. CODE    PRELOAD MOVEABLE
  10. DATA    PRELOAD MOVEABLE
  11.  
  12. HEAPSIZE  10000
  13. STACKSIZE 5120
  14.  
  15. EXPORTS
  16.     txlWndProc       @1
  17.     About            @2
  18.     Input            @3
  19.     SetTextBox       @4
  20.     OpenDlg          @5
  21.