blob: ad4db477dbefa2a8df45fdf637a5a574713bb5f8 (
plain)
1
2
3
4
5
6
7
8
|
:: This script must not rely on any external tools or PATH values.
@echo OFF
:: Let advanced users checkout the tools in just one P4 enlistment
if "%SETUP_ENV_GNU_TOOLS%"=="done" goto :EOF
set SETUP_ENV_GNU_TOOLS=done
set PATH=%PATH%;%~dp0\files
|