home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / odbc / qurydemo / makefile < prev    next >
Encoding:
Makefile  |  1997-10-06  |  209 b   |  12 lines

  1. USE_ODBC=1
  2. Proj = QuryDemo
  3.  
  4. !include <BkOffice.Mak>
  5.  
  6. All: $(ObjDir)\$(Proj).Exe
  7.  
  8. $(ObjDir)\$(Proj).Exe: $(@D)\Query.Exe
  9.  Copy $? $@
  10.  
  11. $(ObjDir)\Query.Exe: $(@R).Obj  $(@D)\$(Proj).Res $(@D)\Main.Obj
  12.