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 / crsrdemo / makefile < prev    next >
Encoding:
Makefile  |  1997-02-14  |  227 b   |  10 lines

  1. USE_ODBC=1
  2. Proj = CrsrDemo
  3.  
  4. !include <BkOffice.Mak>
  5.  
  6. All: $(ObjDir)\$(Proj).Exe
  7.  
  8. $(ObjDir)\$(Proj).Exe: $(@R).Obj $(@D)\Child.Obj $(@D)\Dialogs.Obj $(@D)\Frame.Obj \
  9.                        $(@D)\Headers.Obj  $(@R).Res
  10.