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:
21
vpc_scripts/default.vgc
Normal file
21
vpc_scripts/default.vgc
Normal file
@ -0,0 +1,21 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// DEFAULT.VGC
|
||||
//
|
||||
// Configurations for all Source(TM) Projects
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
////////////////
|
||||
// Game Names //
|
||||
////////////////
|
||||
|
||||
$Games
|
||||
{
|
||||
"HL2MP"
|
||||
}
|
||||
|
||||
// Makes the VPC scripts work in the SDK's context
|
||||
$Conditional "SOURCESDK" "1"
|
||||
|
||||
$Include "vpc_scripts\projects.vgc"
|
||||
$Include "vpc_scripts\groups.vgc"
|
||||
|
Reference in New Issue
Block a user