home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap03 / lst33 / ps.mak < prev    next >
Encoding:
Text File  |  1996-09-19  |  384 b   |  15 lines

  1.  
  2. lst33ps.dll: dlldata.obj lst33_p.obj lst33_i.obj
  3.     link /dll /out:lst33ps.dll /def:lst33ps.def /entry:DllMain dlldata.obj lst33_p.obj lst33_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 lst33ps.dll
  10.     @del lst33ps.lib
  11.     @del lst33ps.exp
  12.     @del dlldata.obj
  13.     @del lst33_p.obj
  14.     @del lst33_i.obj
  15.