mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-25 13:17:57 +03:00
77b376f8a0
* Pulled in bug fixes from HL2 and HL2MP.
18 lines
535 B
Plaintext
18 lines
535 B
Plaintext
//-----------------------------------------------------------------------------
|
|
// 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:
|
|
//$Macro STAGING_ONLY "1"
|
|
|
|
// rel/tf_beta branch:
|
|
//$Macro TF_BETA "1"
|
|
|