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 / nmpsdmp / makefile next >
Encoding:
Makefile  |  1997-10-07  |  135 b   |  12 lines

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