This commit is contained in:
Cameron (Kamran) Mashayekhi 2005-11-30 22:08:06 +00:00
parent c32ff61794
commit 3a7c21fa81

View File

@ -15,7 +15,6 @@ then
exit $RCODE
fi
cd $BR
exit
fi
@ -32,28 +31,8 @@ then
exit $RCODE
fi
cd $BR
exit
fi
#CCM=ccm
#CCM_PROJECT_DIR=$CCM_WORK_AREA/SecretStore_src/
#CCM_PROJECT_DIR=c:/dev/SecretStoreClient_src~cameron_win_400/SecretStoreClient_src/
#cd make
#$CCM task -create -default -synopsis "Updating the build number." -release SecretStore_4.0
#$CCM use /r $CCM_PROJECT_DIR/make/ibuild.txt
#INT_BLD_NO=`cat ibuild.txt`
#echo "Old Internal build No: " $INT_BLD_NO
#let INT_BLD_NO=$INT_BLD_NO+1
#echo "New Internal build No: " $INT_BLD_NO
#$CCM co $CCM_PROJECT_DIR/make/ibuild.txt
#echo $INT_BLD_NO >ibuild.txt
#$CCM task -ci default