Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
441 B

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