home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / sna / tpsetup / makefile < prev    next >
Encoding:
Makefile  |  1996-01-30  |  251 b   |  16 lines

  1. USE_SNA=1
  2.  
  3. Proj = Install
  4.  
  5. ObjList=$(@R).obj $(@R).Res
  6.  
  7. !include <BkOffice.Mak>
  8.  
  9. All: $(ObjDir)\$(Proj).Exe
  10.  
  11. $(ObjDir)\$(Proj).exe: $(ObjList)
  12.  
  13. $(ObjDir)\$(Proj).res: $(@B).rc dialogs.h
  14.  
  15. $(ObjDir)\$(Proj).obj: $(@B).c $(@B).h dialogs.h
  16.