Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1068 | dimkam | 1 | |
| 2 | if NOT "%rootdir%"=="" exit /b |
||
| 3 | |||
| 4 | call :ExpandRootDir %~dp0 |
||
| 5 | if "%oldpath%"=="" set oldpath=%PATH% |
||
| 6 | if "%includes%"=="" set includes=%rootdir% |
||
| 7 | |||
| 8 | set path=%rootdir%\..\tools\asl\bin;%rootdir%\..\tools\mhmt;%path% |
||
| 9 | |||
| 10 | exit /b |
||
| 11 | |||
| 12 | |||
| 13 | :ExpandRootDir |
||
| 14 | set rootdir=%~f1 |
||
| 15 | exit /b |