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.

20 lines
578 B

  1. copyfiles:
  2. !ifdef _NTTREE
  3. xcopy /verifd .\smi.mib $(_NTTREE)
  4. xcopy /verifd .\ftp.mib $(_NTTREE)
  5. xcopy /verifd .\gateway.mib $(_NTTREE)
  6. xcopy /verifd .\inetsrv.mib $(_NTTREE)
  7. xcopy /verifd .\http.mib $(_NTTREE)
  8. !endif
  9. inetsmib.bin: smi.mib ftp.mib gopherd.mib inetsrv.mib http.mib gateway.mib
  10. mibcc -o.\inetsmib.bin smi.mib ftp.mib gopherd.mib inetsrv.mib http.mib gateway.mib
  11. !ifdef _NTTREE
  12. binplace inetsmib.bin
  13. binplace smi.mib
  14. binplace ftp.mib
  15. binplace gateway.mib
  16. binplace gopherd.mib
  17. binplace inetsrv.mib
  18. binplace http.mib
  19. !endif