For making the changes required for CASA to build regardless of what the
temp path is. It failed randomly because of building in the common temp path while doing the functional testing. After this it passed.
This commit is contained in:
@@ -5,6 +5,10 @@ set SVN_REVISION=%1%
|
||||
set casa_root_dir=%cd%
|
||||
rem Do a free (retail) build
|
||||
setlocal
|
||||
mkdir TEMP
|
||||
set TEMP=%cd%\TEMP
|
||||
set TMP=%cd%\TEMP
|
||||
|
||||
call "F:\Program Files\Microsoft Visual Studio 8\VC\bin\amd64\vcvarsamd64.bat"
|
||||
echo "%SVN_REVISION%"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user