added budilrc, needed for a proper helix build

This commit is contained in:
maroy 2004-12-15 12:44:38 +00:00
parent 2122c7dc9e
commit f7399d9674
2 changed files with 6 additions and 1 deletions

View file

@ -22,7 +22,7 @@
#
#
# Author : $Author: maroy $
# Version : $Revision: 1.1 $
# Version : $Revision: 1.2 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/helix/hxclient_1_3_0_neptunex-2004-12-15/bin/Attic/install.sh,v $
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
@ -56,6 +56,7 @@ cd $product
# to the Helix CVS server.
# see https://bugs.helixcommunity.org/show_bug.cgi?id=3309
export BUILD_ROOT=$tmpdir/$product/build
export BUILDRC=$etcdir/buildrc
build=$BUILD_ROOT/bin/build
$build -m $branch -P $helixProfile -trelease -k splay

View file

@ -0,0 +1,4 @@
AddBIFPath("common", "[helix]/common/build/BIF")
AddBIFPath("client", "[helix]/client/build/BIF")
SetSDKPath("oggvorbissdk", "/usr")