Index: src/chext/chextps.mk =================================================================== diff -u -N -r3493e9fc470285b0a0b417d50be281467a071eb7 -r47da0c5883b1bf97972b1bcd3dc70b2d64024969 --- src/chext/chextps.mk (.../chextps.mk) (revision 3493e9fc470285b0a0b417d50be281467a071eb7) +++ src/chext/chextps.mk (.../chextps.mk) (revision 47da0c5883b1bf97972b1bcd3dc70b2d64024969) @@ -1,16 +1,16 @@ -CopyHandlerShellExtps.dll: dlldata.obj CopyHandlerShellExt_p.obj CopyHandlerShellExt_i.obj - link /dll /out:CopyHandlerShellExtps.dll /def:CopyHandlerShellExtps.def /entry:DllMain dlldata.obj CopyHandlerShellExt_p.obj CopyHandlerShellExt_i.obj \ +chextps.dll: dlldata.obj chext_p.obj chext_i.obj + link /dll /out:chextps.dll /def:chextps.def /entry:DllMain dlldata.obj chext_p.obj chext_i.obj \ kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib \ .c.obj: cl /c /Ox /DWIN32 /D_WIN32_WINNT=0x0400 /DREGISTER_PROXY_DLL \ $< clean: - @del CopyHandlerShellExtps.dll - @del CopyHandlerShellExtps.lib - @del CopyHandlerShellExtps.exp + @del chextps.dll + @del chextps.lib + @del chextps.exp @del dlldata.obj - @del CopyHandlerShellExt_p.obj - @del CopyHandlerShellExt_i.obj + @del chext_p.obj + @del chext_i.obj