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.

30 lines
1.1 KiB

  1. $(O)\nntpadm.h $(O)\nntpadm_i.c : $(STAXINC)\export\nntpadm.idl
  2. $(MIDL) \
  3. $(INCPATH0) \
  4. -proxy $(PASS0_SOURCEDIR)\nntpadm_p.c \
  5. -dlldata $(PASS0_SOURCEDIR)\dlldata.c \
  6. -iid $(MIDL_UUIDDIR)\nntpadm_i.c \
  7. -header $@ \
  8. -tlb $(O)\nntpadm.tlb \
  9. $**
  10. copytlb:
  11. xcopy /verifd $(IISBASEDIR)\svcs\adsi\oleds2.0\types\activeds.tlb $(O)
  12. copyfiles:
  13. !if "$(_NTTREE)" != ""
  14. if not exist $(_NTTREE)\staxpt mkdir $(_NTTREE)\staxpt
  15. xcopy /verifd scripts\rexpire.vbs $(_NTTREE)\staxpt
  16. xcopy /verifd scripts\rgroup.vbs $(_NTTREE)\staxpt
  17. xcopy /verifd scripts\rserver.vbs $(_NTTREE)\staxpt
  18. xcopy /verifd scripts\rsess.vbs $(_NTTREE)\staxpt
  19. # xcopy /verifd scripts\rfeed.vbs $(_NTTREE)\staxpt
  20. !endif
  21. !if "$(_NTTREE_NO_SPLIT)" != ""
  22. if not exist $(_NTTREE_NO_SPLIT)\staxpt mkdir $(_NTTREE_NO_SPLIT)\staxpt
  23. xcopy /verifd scripts\rexpire.vbs $(_NTTREE_NO_SPLIT)\staxpt
  24. xcopy /verifd scripts\rgroup.vbs $(_NTTREE_NO_SPLIT)\staxpt
  25. xcopy /verifd scripts\rserver.vbs $(_NTTREE_NO_SPLIT)\staxpt
  26. xcopy /verifd scripts\rsess.vbs $(_NTTREE_NO_SPLIT)\staxpt
  27. # xcopy /verifd scripts\rfeed.vbs $(_NTTREE_NO_SPLIT)\staxpt
  28. !endif