Leaked source code of windows server 2003
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.

16 lines
454 B

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