From 9d671414acc67dbb679d903468b0bf10d2b1b5ab Mon Sep 17 00:00:00 2001 From: Vijay Mahendran Date: Wed, 14 Oct 2009 13:11:58 +0000 Subject: [PATCH] For including casa sdk also for versioning in both 32 and 64 bits. --- CASA/build_config/win64/builduser.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CASA/build_config/win64/builduser.cmd b/CASA/build_config/win64/builduser.cmd index 8d7a363e..38ffe561 100755 --- a/CASA/build_config/win64/builduser.cmd +++ b/CASA/build_config/win64/builduser.cmd @@ -15,10 +15,13 @@ echo "%SVN_REVISION%" cd /d %casa_root_dir% cd package\windows\vs_solutions\CASA32-msi ..\..\..\..\tools\w32\VersionVDProj\bin\VersionVDProj.exe -msi CASA.vdproj version=1.7.%SVN_REVISION% +..\..\..\..\tools\w32\VersionVDProj\bin\VersionVDProj.exe -msi ..\CASA_sdk\CASA_sdk.vdproj version=1.7.%SVN_REVISION% + cd /d %casa_root_dir% cd package\windows\vs_solutions\CASA64-msi ..\..\..\..\tools\w32\VersionVDProj\bin\VersionVDProj.exe -msi CASA64.vdproj version=1.7.%SVN_REVISION% +..\..\..\..\tools\w32\VersionVDProj\bin\VersionVDProj.exe -msi ..\CASA_sdk_x64\CASA_sdk_x64.vdproj version=1.7.%SVN_REVISION% devenv /rebuild Release CASA-64-32.sln /out build.log endlocal