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.

55 lines
1.0 KiB

  1. PropClientsToBinaries: \
  2. PropLanman \
  3. PropLanmanOS2 \
  4. PropMsCLient \
  5. PropRas \
  6. PropSrvTools \
  7. PropSupport \
  8. PropTcp32wfw \
  9. PropUpdateWfw \
  10. PropWin95
  11. PropLanman:
  12. !ifdef _NTTREE
  13. xcopy lanman $(_NTTREE)\clients\lanman /s /d /y /i
  14. !endif
  15. PropLanmanOS2:
  16. !ifdef _NTTREE
  17. xcopy lanman.os2 $(_NTTREE)\clients\lanman.os2 /s /d /y /i
  18. !endif
  19. PropMsCLient:
  20. !ifdef _NTTREE
  21. xcopy msclient $(_NTTREE)\clients\msclient /s /d /y /i
  22. !endif
  23. PropRas:
  24. !ifdef _NTTREE
  25. xcopy ras $(_NTTREE)\clients\ras /s /d /y /i
  26. !endif
  27. PropSrvTools:
  28. !ifdef _NTTREE
  29. xcopy srvtools $(_NTTREE)\clients\srvtools /s /d /y /i
  30. !endif
  31. PropSupport:
  32. !ifdef _NTTREE
  33. xcopy support $(_NTTREE)\clients\support /s /d /y /i
  34. !endif
  35. PropTcp32wfw:
  36. !ifdef _NTTREE
  37. xcopy tcp32wfw $(_NTTREE)\clients\tcp32wfw /s /d /y /i
  38. !endif
  39. PropUpdateWfw:
  40. !ifdef _NTTREE
  41. xcopy update.wfw $(_NTTREE)\clients\update.wfw /s /d /y /i
  42. !endif
  43. PropWin95:
  44. !ifdef _NTTREE
  45. xcopy win95 $(_NTTREE)\clients\win95 /s /d /y /i
  46. !endif