mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 17:47:38 +08:00
22 lines
471 B
Plaintext
22 lines
471 B
Plaintext
|
//-----------------------------------------------------------------------------
|
||
|
// 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"
|
||
|
|