home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / OS2DCTRL.ZIP / WATCOMC.ZIP / IMAGEBTN.MAK < prev   
Text File  |  1992-12-02  |  375b  |  20 lines

  1.  
  2. # MAKE file for ImageBtn.Mak     Version  1.0
  3.  
  4. # Revised:  1992-12-02
  5.  
  6. CC=Wcl386
  7. RC=Rc
  8. C_SW=-ms -3s -bd -s -ox -zp4 -w3 -c
  9. RC_SW=-r
  10.  
  11. ImageBtn.Exe: ImageBtn.Obj ImageBtn.Res
  12.  WLink @ImageBtn.Lnk;
  13.  
  14. ImageBtn.Obj: ImageBtn.C
  15.  $(CC) $(C_SW) -fo=$*.Obj ImageBtn.C
  16.  
  17. ImageBtn.Res: ImageBtn.Rc Default.Bmp Disabled.Bmp Down.Bmp
  18.  $(RC) $(RC_SW) ImageBtn.Rc $*.Res
  19.  
  20.