For including casa sdk also for versioning in both 32 and 64 bits.

This commit is contained in:
Vijay Mahendran 2009-10-14 13:11:58 +00:00
parent f41fc0789c
commit 9d671414ac

View File

@ -15,10 +15,13 @@ echo "%SVN_REVISION%"
cd /d %casa_root_dir% cd /d %casa_root_dir%
cd package\windows\vs_solutions\CASA32-msi 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.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 /d %casa_root_dir%
cd package\windows\vs_solutions\CASA64-msi 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 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 devenv /rebuild Release CASA-64-32.sln /out build.log
endlocal endlocal