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 " START - Build casa"
|
||||||
echo "============================================="
|
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: $?"
|
echo "Status: $?"
|
||||||
|
|
||||||
|
@ -6,10 +6,13 @@ set casa_root_dir=%cd%
|
|||||||
rem Do a free (retail) build
|
rem Do a free (retail) build
|
||||||
setlocal
|
setlocal
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\bin\amd64\vcvarsamd64.bat"
|
call "C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\bin\amd64\vcvarsamd64.bat"
|
||||||
|
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%
|
||||||
|
|
||||||
|
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%
|
||||||
devenv /rebuild Release CASA-64-32.sln /out build.log
|
devenv /rebuild Release CASA-64-32.sln /out build.log
|
||||||
|
Loading…
Reference in New Issue
Block a user