Login

Subversion Repositories NedoOS

Rev

Rev 922 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

@echo off
if not exist %CD% (
        echo Error: No spaces allowed in the path!
        pause
        exit
)
if NOT "%settedpath%"=="" exit /b
set settedpath=1
call :ExpandRootDir %~dp0..\..
set path=%rootdir%\tools\;%rootdir%;%rootdir%\us\;%rootdir%\src\_sdk\;%rootdir%\src\nedolang\_sdk\;%PATH%
exit /b

:ExpandRootDir
set rootdir=%~f1
exit /b