mirror of
https://github.com/reactos/RosBE.git
synced 2025-02-20 03:01:18 +00:00
Removing the Tools Subfolder from PATH removed SVN, too and only left sSVN. I guess some devs would kill me if this would be the case in Final :-P
svn path=/trunk/tools/RosBE-Windows/; revision=484
This commit is contained in:
parent
b9d29bd946
commit
578040afd3
@ -125,6 +125,7 @@ goto :EOF
|
||||
if not exist "%_ROSBE_BASEDIR%\reladdr2line.cmd" ( doskey RADDR2LINE= )
|
||||
if not exist "%_ROSBE_BASEDIR%\scut.cmd" ( doskey SCUT= )
|
||||
if not exist "%_ROSBE_BASEDIR%\sSVN.cmd" ( doskey SSVN= )
|
||||
if not exist "%_ROSBE_BASEDIR%\sSVN.cmd" ( doskey SVN= )
|
||||
if not exist "%_ROSBE_BASEDIR%\options.cmd" ( doskey OPTIONS= )
|
||||
goto :EOF
|
||||
|
||||
|
@ -11,4 +11,5 @@ RADDR2LINE = "%_ROSBE_BASEDIR%\reladdr2line.cmd" $*
|
||||
RENV = for /f "usebackq" %i in (`set _ROSBE_`) do @echo %i
|
||||
SCUT = "%_ROSBE_BASEDIR%\scut.cmd" $*
|
||||
SSVN = "%_ROSBE_BASEDIR%\sSVN.cmd" $*
|
||||
SVN = "%_ROSBE_BASEDIR%\Tools\svn.exe" $*
|
||||
OPTIONS = "%_ROSBE_BASEDIR%\options.cmd" $*
|
||||
|
Loading…
x
Reference in New Issue
Block a user