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 / aping / makefile < prev    next >
Makefile  |  1996-01-29  |  295b  |  19 lines

  1. USE_SNA=1
  2. console=1
  3.  
  4. Proj = aping
  5.  
  6. shared=..\Shared
  7.  
  8. cDefines = -I..\Shared
  9.  
  10. LibList = $(shared)\$(ObjDir)\Shared.Lib
  11.  
  12. !include <BkOffice.Mak>
  13.  
  14. All: $(ObjDir)\aping.exe $(ObjDir)\apingd.exe
  15.  
  16. $(ObjDir)\aping.exe: $(@R).obj $(LibList)
  17.  
  18. $(ObjDir)\apingd.exe: $(@R).obj $(LibList)
  19.