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 / msdtc / odbc / makefile next >
Encoding:
Makefile  |  1997-10-10  |  164 b   |  14 lines

  1. USE_ODBC=1
  2. USE_DTC=1
  3. console=1
  4.  
  5. Proj = ODBC
  6.  
  7. ObjList=$(@R).obj
  8.  
  9. !include <BkOffice.Mak>
  10.  
  11. All: $(ObjDir)\$(Proj).Exe
  12.  
  13. $(ObjDir)\$(Proj).Exe: $(ObjList)
  14.