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 / cpp / socpp / makefile next >
Encoding:
Makefile  |  1997-10-10  |  204 b   |  15 lines

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