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 / ods / xp_dblib / makefile next >
Encoding:
Makefile  |  1997-10-10  |  197 b   |  14 lines

  1. USE_SQL=1
  2. USE_ODS=1
  3. dll=1
  4.  
  5. Proj = XP_DbLib
  6.  
  7. !include <BkOffice.Mak>
  8.  
  9. All: $(ObjDir)\$(Proj).Dll
  10.  
  11. $(ObjDir)\$(Proj).Dll: $(@R).Exp $(@R).Obj
  12.  
  13. $(ObjDir)\$(Proj).Exp: $(@B).Def $(@R).Obj
  14.