Revision a03372e4868dd4c80910ce122399e4d59fefb24f authored by Vassil Vassilev on 28 March 2014, 09:50:27 UTC, committed by Vassil Vassilev on 31 March 2014, 11:57:24 UTC
It used some default diagnostic options, which are different from the ones that
come from the driver passing the invocation options.
1 parent 8ad1e47
Raw File
thisroot.bat
@echo off
rem Source this script to set up the ROOT build that this script is part of.
rem
rem Author: Axel Naumann, 10/07/2007

set OLDPATH=%CD%
set THIS=%0
set THIS=%THIS:~0,-12%.
cd /D %THIS%\..
set ROOTSYS=%CD%
cd /D %OLDPATH%
set PATH=%ROOTSYS%\bin;%PATH%
set OLDPATH=
set THIS=
back to top