# **********************************************************
# Copyright (c) 2006-2008 VMware, Inc.  All rights reserved.
# **********************************************************

# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright notice,
#   this list of conditions and the following disclaimer.
#
# * Redistributions in binary form must reproduce the above copyright notice,
#   this list of conditions and the following disclaimer in the documentation
#   and/or other materials provided with the distribution.
#
# * Neither the name of VMware, Inc. nor the names of its contributors may be
#   used to endorse or promote products derived from this software without
#   specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL VMWARE, INC. OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
# DAMAGE.

echo "sourcing .bashrc"

export MAKE_MODE=unix

export PATH="$PATH:/c/emacs-22.1-barebin-i386/emacs-22.1/bin"

alias more=less
alias determina-cvs="ssh tgarnett@determina-cvs"

#perforce setup
export P4CONFIG=.p4config
export P4EDITOR=emacs.exe
export P4PORT=perforce-tiger:1947
export P4USER=tgarnett
export P4DIFF=diff
export P4PATH_OVERRIDE='-d $(shell cygpath -m $(PWD))'
alias p4='p4 -d $(cygpath -w $PWD)'

#build setup
export TCROOT=c:/nightly/toolchain

#dynamorio setup
export DYNAMORIO_TOOLS=/c/nightly/tools
export DYNAMORIO_HOME=/c/nightly
export DYNAMORIO_LIBUTIL=/c/nightly/libutil
export DYNAMORIO_OPTIONS="-no_hide -msgbox_mask 0xc"
export DYNAMORIO_LOGDIR=d:/logs
export DYNAMORIO_SUITE=/c/nightly/suite
export DYNAMORIO_BENCHMARKS=/c/nightly/benchmarks
export DYNAMORIO_HOTPATCH=/c/nightly/liveshield
export DYNAMORIO_MAKE=/c/nightly/make

export NIGHTLY_NIGHTLY=/c/nightly/nightly
export NIGHTLY_TOOLS=/c/nightly/tools
export NIGHTLY_HOME=/c/nightly
export NIGHTLY_LIBUTIL=/c/nightly/libutil
export NIGHTLY_OPTIONS="-no_hide -msgbox_mask 0xc"
export NIGHTLY_LOGDIR=d:/logs
export NIGHTLY_LOGDIR_BASE=d:
export NIGHTLY_SUITE=/c/nightly/suite
export NIGHTLY_BENCHMARKS=/c/nightly/benchmarks
export NIGHTLY_HOTPATCH=/c/nightly/liveshield
export NIGHTLY_MAKE=/c/nightly/make
export NIGHTLY_MAIL=tgarnett@determina-cvs
export NIGHTLY_PLATFORM=Vista
