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 / quiktest / makefile < prev    next >
Encoding:
Makefile  |  1997-02-14  |  239 b   |  16 lines

  1. USE_ODBC=1
  2. Proj = QuikTest
  3. dll=1
  4.  
  5. cDefines = /DDLL_INVOKED
  6.  
  7. LibList=gtrtst32.lib
  8.  
  9. LinkFlags=-Def:$(Proj).Def
  10.  
  11. !include <BkOffice.Mak>
  12.  
  13. All: $(ObjDir)\$(Proj).Dll
  14.  
  15. $(ObjDir)\$(Proj).Dll: $(@R).Obj $(@D)\DllStub.Obj $(@R).Res
  16.