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.

40 lines
1.5 KiB

  1. #
  2. # Places all of the tshare client binaries into the tshrclnt tree
  3. #
  4. BINPLACE_PLACEFILE=$(TSHRCLNT_ROOT)\Placefil.txt
  5. _TSHRCLNT_TREE=TSClient
  6. !ifdef _NTX86TREE
  7. !if [if not exist $(_NTX86TREE)\$(_TSHRCLNT_TREE) mkdir $(_NTX86TREE)\$(_TSHRCLNT_TREE)]
  8. !endif
  9. !if [if not exist $(_NTX86TREE)\$(_TSHRCLNT_TREE)\win32 mkdir $(_NTX86TREE)\$(_TSHRCLNT_TREE)\win32]
  10. !endif
  11. !if [if not exist $(_NTX86TREE)\$(_TSHRCLNT_TREE)\win32\i386 mkdir $(_NTX86TREE)\$(_TSHRCLNT_TREE)\win32\i386]
  12. !endif
  13. _NTX86TREE=$(_NTX86TREE)\$(_TSHRCLNT_TREE)\win32\i386
  14. _NTTREE=$(_NTX86TREE)
  15. !endif
  16. !ifdef _NTAMD64TREE
  17. !if [if not exist $(_NTAMD64TREE)\$(_TSHRCLNT_TREE) mkdir $(_NTAMD64TREE)\$(_TSHRCLNT_TREE)]
  18. !endif
  19. !if [if not exist $(_NTAMD64TREE)\$(_TSHRCLNT_TREE)\win32 mkdir $(_NTAMD64TREE)\$(_TSHRCLNT_TREE)\win32]
  20. !endif
  21. !if [if not exist $(_NTAMD64TREE)\$(_TSHRCLNT_TREE)\win32\AMD64 mkdir $(_NTAMD64TREE)\$(_TSHRCLNT_TREE)\win32\AMD64]
  22. !endif
  23. _NTAMD64TREE=$(_NTAMD64TREE)\$(_TSHRCLNT_TREE)\win32\AMD64
  24. _NTTREE=$(_NTAMD64TREE)
  25. !endif
  26. !ifdef _NTIA64TREE
  27. !if [if not exist $(_NTIA64TREE)\$(_TSHRCLNT_TREE) mkdir $(_NTIA64TREE)\$(_TSHRCLNT_TREE)]
  28. !endif
  29. !if [if not exist $(_NTIA64TREE)\$(_TSHRCLNT_TREE)\win32 mkdir $(_NTIA64TREE)\$(_TSHRCLNT_TREE)\win32]
  30. !endif
  31. !if [if not exist $(_NTIA64TREE)\$(_TSHRCLNT_TREE)\win32\ia64 mkdir $(_NTIA64TREE)\$(_TSHRCLNT_TREE)\win32\ia64]
  32. !endif
  33. _NTIA64TREE=$(_NTIA64TREE)\$(_TSHRCLNT_TREE)\win32\ia64
  34. _NTTREE=$(_NTIA64TREE)
  35. !endif