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

  1. # ******************   tb Make File (.Mak)        ********************
  2. #
  3. #  Generated by GPF (Gui Programming Facility) Version 2.1 Level(00)
  4. #
  5. # SubSystem    : Presentation Manager (32-Bit) - IBM C Set/2
  6. # Program Name    : tb
  7. # DataBase Name : No DBM
  8. # Date and Time : Sun Jan  1 14:11:35 1995
  9. # Program Level : 1.0
  10. # Copyright    :
  11. #
  12. # **********************************************************************
  13.  
  14. Options = /W3 /c /Gd- /Ge+ /Gm+ /Re /Kbegp /DES32TO16
  15.  
  16. AllObj    = \
  17.     tb.Obj
  18.  
  19. tb.Exe:      tb.Res tb.Hlp $(AllObj)
  20.          Link386.Exe @tb.L
  21.          Rc tb.Res tb.Exe
  22.  
  23. tb.Obj:      tb.C
  24.          ICC.Exe $(Options) tb.C
  25.  
  26. tb.Hlp:      tb.Ipf
  27.          Ipfc /W3 tb.Ipf
  28.  
  29. tb.Res:      tb.Rc
  30.          Rc -r tb.Rc
  31.  
  32.