From d1bfab390c4310adf8e398a06c28b8d58e22f53c Mon Sep 17 00:00:00 2001 From: Vijay Mahendran Date: Tue, 6 Oct 2009 12:47:28 +0000 Subject: [PATCH] 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. --- CASA/build_config/win64/builduser.cmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CASA/build_config/win64/builduser.cmd b/CASA/build_config/win64/builduser.cmd index 83491856..9a0f0985 100755 --- a/CASA/build_config/win64/builduser.cmd +++ b/CASA/build_config/win64/builduser.cmd @@ -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%"