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 / dblib / c / example4 / makefile < prev   
Encoding:
Makefile  |  1996-10-24  |  162 b   |  14 lines

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