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 / makefile < prev    next >
Encoding:
Makefile  |  1997-10-10  |  227 b   |  18 lines

  1. USE_ODS=1
  2. dll=1
  3.  
  4. Proj = Xp
  5.  
  6. Sources=$(Proj).c
  7.  
  8. cDefines=-DDBNTWIN32
  9.  
  10. !include <BkOffice.Mak>
  11.  
  12. All: $(ObjDir)\$(Proj).Dll
  13.  
  14. $(ObjDir)\$(Proj).Dll: $(@R).Exp $(@R).Obj
  15.  
  16. $(ObjDir)\$(Proj).Exp: $(@B).Def $(@R).Obj
  17.  
  18.