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 / shared / makefile < prev    next >
Makefile  |  1995-12-22  |  272b  |  14 lines

  1. USE_SNA=1
  2. console=1
  3.  
  4. Proj = shared
  5.  
  6. !include <BkOffice.Mak>
  7.  
  8. All: $(ObjDir)\$(Proj).Lib
  9.  
  10. $(ObjDir)\$(Proj).lib: $(ObjDir)\cpicport.obj $(ObjDir)\cpicerr.obj \
  11.                        $(ObjDir)\getopt.obj   $(ObjDir)\cpicinit.obj
  12.     Lib /out:$@ $** $(LogCmd)
  13.  
  14.