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 / textcopy / makefile < prev    next >
Encoding:
Makefile  |  1997-10-12  |  193 b   |  15 lines

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