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

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