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:
parent
2feba2710f
commit
d1bfab390c
@ -5,6 +5,10 @@ set SVN_REVISION=%1%
|
|||||||
set casa_root_dir=%cd%
|
set casa_root_dir=%cd%
|
||||||
rem Do a free (retail) build
|
rem Do a free (retail) build
|
||||||
setlocal
|
setlocal
|
||||||
|
mkdir TEMP
|
||||||
|
set TEMP=%cd%\TEMP
|
||||||
|
set TMP=%cd%\TEMP
|
||||||
|
|
||||||
call "F:\Program Files\Microsoft Visual Studio 8\VC\bin\amd64\vcvarsamd64.bat"
|
call "F:\Program Files\Microsoft Visual Studio 8\VC\bin\amd64\vcvarsamd64.bat"
|
||||||
echo "%SVN_REVISION%"
|
echo "%SVN_REVISION%"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user