home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sysmgmt / sms / smsapi / resdll / makefile < prev    next >
Makefile  |  1995-12-22  |  138b  |  12 lines

  1. USE_SMS=1
  2. dll=1
  3.  
  4. Proj=ResDll
  5.  
  6. !include <BkOffice.Mak>
  7.  
  8. All: $(ObjDir)\$(Proj).Dll
  9.  
  10. $(ObjDir)\$(Proj).Dll: $(@R).obj $(@R).Res
  11.  
  12.