home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / aplic / recent / recent.exe / Recentps.mk < prev    next >
Text File  |  1998-01-23  |  431b  |  15 lines

  1.  
  2. Recentps.dll: dlldata.obj Recent_p.obj Recent_i.obj
  3.     link /dll /out:Recentps.dll /def:Recentps.def /entry:DllMain dlldata.obj Recent_p.obj Recent_i.obj kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib 
  4.  
  5. .c.obj:
  6.     cl /c /Ox /DWIN32 /D_WIN32_WINNT=0x0400 /DREGISTER_PROXY_DLL $<
  7.  
  8. clean:
  9.     @del Recentps.dll
  10.     @del Recentps.lib
  11.     @del Recentps.exp
  12.     @del dlldata.obj
  13.     @del Recent_p.obj
  14.     @del Recent_i.obj
  15.