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 / msendrcv / makefile next >
Makefile  |  1996-01-30  |  379b  |  16 lines

  1. USE_SNA=1
  2.  
  3. Proj = MSendRcv
  4.  
  5. !include <BkOffice.Mak>
  6.  
  7. All: $(ObjDir)\msendrcv.exe $(ObjDir)\mrcv.exe $(ObjDir)\msend.exe
  8.  
  9. $(ObjDir)\MSendRcv.exe: $(@R).obj $(@R).res
  10.  
  11. $(ObjDir)\msend.exe: $(@R).obj $(@R).res
  12.     Link $(LFLAGS) $(linkflags) $** $(LinkLibs) $(LogCmd)
  13.  
  14. $(ObjDir)\mrcv.exe: $(@R).obj $(@R).res
  15.     Link $(LFLAGS) $(linkflags) $** $(LinkLibs) $(LogCmd)
  16.