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.

64 lines
1.8 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. perl -S xcopy2binplace.pl lanman $(_NTTREE)\clients\lanman /s /d /y /i
  15. !endif
  16. PropLanmanOS2:
  17. !ifdef _NTTREE
  18. # xcopy lanman.os2 $(_NTTREE)\clients\lanman.os2 /s /d /y /i
  19. perl -S xcopy2binplace.pl lanman.os2 $(_NTTREE)\clients\lanman.os2 /s /d /y /i
  20. !endif
  21. PropMsCLient:
  22. !ifdef _NTTREE
  23. # xcopy msclient $(_NTTREE)\clients\msclient /s /d /y /i
  24. perl -S xcopy2binplace.pl msclient $(_NTTREE)\clients\msclient /s /d /y /i
  25. !endif
  26. PropRas:
  27. !ifdef _NTTREE
  28. # xcopy ras $(_NTTREE)\clients\ras /s /d /y /i
  29. perl -S xcopy2binplace.pl ras $(_NTTREE)\clients\ras /s /d /y /i
  30. !endif
  31. PropSrvTools:
  32. !ifdef _NTTREE
  33. # xcopy srvtools $(_NTTREE)\clients\srvtools /s /d /y /i
  34. perl -S xcopy2binplace.pl srvtools $(_NTTREE)\clients\srvtools /s /d /y /i
  35. !endif
  36. PropSupport:
  37. !ifdef _NTTREE
  38. # xcopy support $(_NTTREE)\clients\support /s /d /y /i
  39. perl -S xcopy2binplace.pl support $(_NTTREE)\clients\support /s /d /y /i
  40. !endif
  41. PropTcp32wfw:
  42. !ifdef _NTTREE
  43. # xcopy tcp32wfw $(_NTTREE)\clients\tcp32wfw /s /d /y /i
  44. perl -S xcopy2binplace.pl tcp32wfw $(_NTTREE)\clients\tcp32wfw /s /d /y /i
  45. !endif
  46. PropUpdateWfw:
  47. !ifdef _NTTREE
  48. # xcopy update.wfw $(_NTTREE)\clients\update.wfw /s /d /y /i
  49. perl -S xcopy2binplace.pl update.wfw $(_NTTREE)\clients\update.wfw /s /d /y /i
  50. !endif
  51. PropWin95:
  52. !ifdef _NTTREE
  53. # xcopy win95 $(_NTTREE)\clients\win95 /s /d /y /i
  54. perl -S xcopy2binplace.pl win95 $(_NTTREE)\clients\win95 /s /d /y /i
  55. !endif