home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / atl / src / atlps.mak < prev    next >
Encoding:
Text File  |  1998-06-16  |  359 b   |  15 lines

  1.  
  2. atlps.dll: dlldata.obj atl_p.obj atl_i.obj
  3.     link /dll /out:atlps.dll /def:atlps.def /entry:DllMain dlldata.obj atl_p.obj atl_i.obj kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib uuid.lib
  4.  
  5. .c.obj:
  6.     cl /c /Ox /DWIN32 /DREGISTER_PROXY_DLL $<
  7.  
  8. clean:
  9.     @del atlps.dll
  10.     @del atlps.lib
  11.     @del atlps.exp
  12.     @del dlldata.obj
  13.     @del atl_p.obj
  14.     @del atl_i.obj
  15.