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 / ods / procsrv / makefile next >
Encoding:
Makefile  |  1997-10-10  |  228 b   |  17 lines

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