home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / sql / sqldmo / c / soc / makefile next >
Encoding:
Makefile  |  1997-10-10  |  169 b   |  13 lines

  1. console=1
  2.  
  3. Proj=Soc
  4.  
  5. ObjList=$(@R).obj
  6.  
  7. !include <BkOffice.Mak>
  8. LFLAGS=OLEAUT32.LIB $(LFLAGS)
  9.  
  10. All: $(ObjDir)\$(Proj).exe
  11.  
  12. $(ObjDir)\$(Proj).exe: $(ObjList)
  13.