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_odbc / makefile next >
Encoding:
Makefile  |  1997-10-14  |  216 b   |  16 lines

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