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:
Vijay Mahendran 2009-10-06 12:47:28 +00:00
parent 2feba2710f
commit d1bfab390c

View File

@ -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%"