home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / toolbgpf.zip / TB.DEF < prev    next >
Text File  |  1995-01-01  |  777b  |  34 lines

  1. ;******* tb C Program Module Definition File (.DEF) ********
  2. ;
  3. ;  Generated by GPF (Gui Programming Facility) Version 2.1 Level(00)
  4. ;
  5. ;  The module definition file supplies extra information about
  6. ;  the program module to the LINKER.
  7. ;
  8. ;***********************************************************************
  9. ; SubSystem    : Presentation Manager (32-Bit) - IBM C Set/2
  10. ; Program Name    : tb
  11. ; DataBase Name : No DBM
  12. ; Date and Time : Sun Jan  1 14:11:35 1995
  13. ; Program Level : 1.0
  14. ; Copyright    :
  15. ;***********************************************************************
  16.  
  17. NAME    tb WINDOWAPI
  18.  
  19. DESCRIPTION 'tb - Copyright :  '
  20.  
  21. STUB        'OS2STUB.EXE'
  22.  
  23. DATA         MULTIPLE NONSHARED
  24.  
  25. STACKSIZE    40960
  26. HEAPSIZE     12288
  27.  
  28. PROTMODE
  29.  
  30. EXPORTS
  31.    fnwpMain
  32.  
  33.  
  34.