home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ctrl1.zip / BORLAND.MAK < prev    next >
Text File  |  1996-04-29  |  346b  |  23 lines

  1.  
  2. # MAKE file for Borland.MAK
  3.  
  4. # Revised:  1996-04-29
  5.  
  6. # Copyright ╕ 1987-1996  Prominare Inc.
  7.  
  8. # Macro definitions
  9.  
  10. C_SW=-sd -Ox -v- -w -c 
  11.  
  12.  
  13. Text3D.DLL: Text3D.Obj Text3D.Res
  14.  TLink @OS2PM_2x.Lnk
  15.  rc Text3D.Res Text3D.Dll
  16.  
  17. Text3D.Obj: Text3D.C
  18.  Bcc $(C_SW) -o$*.Obj Text3D.C
  19.  
  20. Text3D.Res: Text3D.Rc
  21.  RC -r Text3D.Rc $*.Res
  22.  
  23.