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 / dblib / makefile < prev   
Encoding:
Makefile  |  1997-10-10  |  164 b   |  14 lines

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