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 / mping / makefile next >
Encoding:
Makefile  |  1996-01-30  |  231 b   |  17 lines

  1. USE_SNA=1
  2. console=1
  3.  
  4. Proj=mpingd
  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)\$(Proj).Exe
  15.  
  16. $(ObjDir)\$(Proj).exe: $(@R).obj $(LibList)
  17.