CASA Windows - change in buildu.sh to bump up msi version correctly
This commit is contained in:
parent
e673c8d8a4
commit
f215a081eb
@ -8,7 +8,7 @@ echo "============================================="
|
||||
echo " START - Build casa"
|
||||
echo "============================================="
|
||||
|
||||
/usr/bin/rsh -n -d -l nds_cm localhost 'cd /d c:\cygwin\home\nds_cm\build_win\casa~1.7\CASA\ && build_config\win64\builduser.cmd'
|
||||
/usr/bin/rsh -n -d -l nds_cm localhost "set SVN_REVISION=$SVN_REVISION&& cd /d c:\cygwin\home\nds_cm\build_win\casa~1.7\CASA\ && build_config\win64\builduser.cmd"
|
||||
|
||||
echo "Status: $?"
|
||||
|
||||
|
@ -6,10 +6,13 @@ set casa_root_dir=%cd%
|
||||
rem Do a free (retail) build
|
||||
setlocal
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\bin\amd64\vcvarsamd64.bat"
|
||||
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%
|
||||
|
||||
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%
|
||||
devenv /rebuild Release CASA-64-32.sln /out build.log
|
||||
|
Loading…
Reference in New Issue
Block a user