2013-07-04 11:20:31 -07:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
// source_base.VPC
|
|
|
|
//
|
|
|
|
// This is the base VPC file that is included by all others, on all platforms.
|
|
|
|
//
|
|
|
|
// Project Script
|
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
// Set which branch we are building out of.
|
|
|
|
// This is one file we expect to be different between branches and so it must be merged carefully
|
|
|
|
|
|
|
|
// Staging branch:
|
2013-07-17 18:26:59 -07:00
|
|
|
//$Conditional STAGING_ONLY "1"
|
2013-07-04 11:20:31 -07:00
|
|
|
|
|
|
|
// rel/tf_beta branch:
|
2013-07-17 18:26:59 -07:00
|
|
|
//$Conditional TF_BETA "1"
|
2013-07-04 11:20:31 -07:00
|
|
|
|