mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
* Switched the SDK from checked-in projects to VPC, the Valve Project Creator. See the Getting Started document on the wiki for details.
* Pulled in bug fixes from HL2 and HL2MP.
This commit is contained in:
17
vpc_scripts/source_base.vpc
Normal file
17
vpc_scripts/source_base.vpc
Normal file
@ -0,0 +1,17 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// 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"
|
||||
|
Reference in New Issue
Block a user